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

Add no lock option #171

Merged
merged 1 commit into from
Feb 5, 2018
Merged

Add no lock option #171

merged 1 commit into from
Feb 5, 2018

Conversation

charsleysa
Copy link
Contributor

Add a no lock option to run migrations without trying to lock the migration table.

This requires more work from the developer to ensure migrations won't collide.

But this is useful for use in Postgres-like databases that don't support LOCK and/or COMMENT commands (e.g. CockroachDB).

Copy link
Contributor

@dolezel dolezel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
Will update docs...

@dolezel dolezel merged commit 69abd0e into salsita:master Feb 5, 2018
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.

2 participants