Closed st4lk closed 7 years ago
In addition to postgres, the schema is also supported by redshift database. Respect it by 'currentSchema' param.
'currentSchema'
Also, we need to exclude this param from Django's DATABASES settings. Otherwise, following error is raised:
DATABASES
django.db.utils.OperationalError: invalid connection option "currentSchema"
✨🍰✨
In addition to postgres, the schema is also supported by redshift database. Respect it by
'currentSchema'
param.Also, we need to exclude this param from Django's
DATABASES
settings. Otherwise, following error is raised: