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 skip option to Migrator::run() #527

Merged
merged 2 commits into from
Nov 29, 2021
Merged

Add skip option to Migrator::run() #527

merged 2 commits into from
Nov 29, 2021

Conversation

markstory
Copy link
Member

This option can be used to partially skip dropping and truncating
a subset of tables. This gives more fine grained control than trying
to exclude views from the list of tables.

Fixes #526

This option can be used to partially skip dropping and truncating
a subset of tables. This gives more fine grained control than trying
to exclude views from the list of tables.

Fixes #526
@markstory markstory merged commit 4270426 into 3.x Nov 29, 2021
@markstory markstory deleted the migrator-skip branch November 29, 2021 16:23
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.

TestSuite\Migrator fails on PostgreSQL with PostGIS
1 participant