Skip to content
Snippets Groups Projects
Unverified Commit 0dcd64da authored by Cal Herries's avatar Cal Herries Committed by GitHub
Browse files

Disable redshift support for uploads (again) (#38776)

parent a50098a9
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,6 @@
:persist-models true
:table-privileges true
:schemas true
:uploads true
:connection-impersonation true}]
(defmethod driver/database-supports? [:postgres feature] [_driver _feature _db] supported?))
......@@ -74,6 +73,7 @@
;; Features that are supported by postgres only
(doseq [feature [:actions
:actions/custom
:uploads
:index-info]]
(defmethod driver/database-supports? [:postgres feature]
[driver _feat _db]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment