forked from treehouse/mastodon
Fix migration failure due to StrongMigrations on production env (#5283)
parent
6e9e0c14e6
commit
7fd66cf2fe
|
@ -1,3 +1,3 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
StrongMigrations.start_after = 20170924022025 if Rails.env.development?
|
StrongMigrations.start_after = 20170924022025
|
||||||
|
|
Loading…
Reference in New Issue