We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
penny/db/migrations/20210208231305_make_email_columns_case_insensitive.cr
Line 3 in be23e9a
I had to grant superuser privilege to my database user before I could run this migration successfully.
The text was updated successfully, but these errors were encountered:
My understanding is that citext is trusted by default. Unless the config is overridden somewhere in your own environment, it should not require superuser privilege. See https://www.postgresql.org/docs/current/extend-extensions.html#id-1.8.3.20.11
Sorry, something went wrong.
No branches or pull requests
penny/db/migrations/20210208231305_make_email_columns_case_insensitive.cr
Line 3 in be23e9a
I had to grant superuser privilege to my database user before I could run this migration successfully.
The text was updated successfully, but these errors were encountered: