Replace the initial migration for strong_migrations gem (#5865)
This commit is contained in:
parent
cba4e99525
commit
3b25b014a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
if Rails.env.test? || Rails.env.development?
|
||||
# https://github.com/ankane/strong_migrations#existing-migrations
|
||||
StrongMigrations.start_after = 20_191_227_114_543
|
||||
StrongMigrations.start_after = 20_200_106_074_859
|
||||
|
||||
# https://github.com/ankane/strong_migrations#target-version
|
||||
StrongMigrations.target_postgresql_version = 11
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue