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

Disable redshift support for uploads (#38583)

parent f47b0ae1
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,7 @@
:persist-models true
:table-privileges true
:schemas true
:connection-impersonation true
:uploads true}]
:connection-impersonation true}]
(defmethod driver/database-supports? [:postgres feature] [_driver _feature _db] supported?))
(defmethod driver/database-supports? [:postgres :nested-field-columns]
......@@ -74,7 +73,8 @@
;; Features that are supported by postgres only
(doseq [feature [:actions
:actions/custom
:index-info]]
:index-info
:uploads]]
(defmethod driver/database-supports? [:postgres feature]
[driver _feat _db]
(= driver :postgres)))
......
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