* Bump strong_migrations from 0.6.8 to 0.7.0 Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.6.8 to 0.7.0. - [Release notes](https://github.com/ankane/strong_migrations/releases) - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v0.6.8...v0.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump strong_migrations from 0.6.8 to 0.7.0 (Update vendor/cache) * Enable safety check on rollbacks as well Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: rhymes <rhymes@hey.com>
11 lines
462 B
Ruby
11 lines
462 B
Ruby
# https://github.com/ankane/strong_migrations#existing-migrations
|
|
StrongMigrations.start_after = 20_200_106_074_859
|
|
|
|
# https://github.com/ankane/strong_migrations#removing-an-index-non-concurrently
|
|
StrongMigrations.enable_check(:remove_index)
|
|
|
|
# https://github.com/ankane/strong_migrations#target-version
|
|
StrongMigrations.target_postgresql_version = 11
|
|
|
|
# https://github.com/ankane/strong_migrations#down-migrations--rollbacks
|
|
StrongMigrations.check_down = true
|