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

Move database permissions to their own changeset #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vrish88
Copy link

@vrish88 vrish88 commented Dec 5, 2020

@danielgrant this PR addresses #108

It pulls out any postgres related permissions into their own changesets. These changesets can be applied by changing the property liquibase.context. The default is to not create the permissions (ie !dlcs-permissions).

This has been tested with an existing db, a fresh db with dlcs-permissions enabled, and a fresh db without dlcs-permissions.

Bumps xsd liquibase version to match maven version (3.6)

Add the LIQUIBASE_CONTEXTS=dlcs-permissions env var to add the postgres
permissions to your db. Tested with an existing db, a fresh db with
dlcs-permissions enabled, and a fresh db without dlcs-permissions.

Also bumps xsd liquibase version to match maven version (3.6)
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

Successfully merging this pull request may close these issues.

1 participant