Skip to content
New issue

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

Default schema for PG is "wasg2" #20

Open
mikrobestie opened this issue Sep 29, 2021 · 0 comments
Open

Default schema for PG is "wasg2" #20

mikrobestie opened this issue Sep 29, 2021 · 0 comments

Comments

@mikrobestie
Copy link

For some historical reason, the default schema is "wasg2" even for PostgreSQL databases. This causes checks to scan this schema instead of expected "public" when searching for metadata. When the <schema>public</schema> is explicitly set, the checks work as inteneded.

For example my failing check was for the column
<check type="column" name="content" table="internal_note" inverted="true" />
which caused the alter to be skipped even if the column did exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant