7 lines
283 B
Ruby
7 lines
283 B
Ruby
if Rails.env.test? || Rails.env.development?
|
|
# https://github.com/ankane/strong_migrations#existing-migrations
|
|
StrongMigrations.start_after = 20_200_106_074_859
|
|
|
|
# https://github.com/ankane/strong_migrations#target-version
|
|
StrongMigrations.target_postgresql_version = 11
|
|
end
|