0
0
Fork 0

Add strong_migrations gem to warn when creating unsafe migrations (#5078)

This commit is contained in:
Eugen Rochko 2017-09-25 02:11:14 +02:00 committed by GitHub
parent 909a6d4661
commit b982d549f4
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# frozen_string_literal: true
StrongMigrations.start_after = 20170924022025 if Rails.env.development?