summaryrefslogtreecommitdiff
path: root/db/migrate/20180531220618_change_default_value_for_dsa_key_restriction.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180531220618_change_default_value_for_dsa_key_restriction.rb')
-rw-r--r--db/migrate/20180531220618_change_default_value_for_dsa_key_restriction.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180531220618_change_default_value_for_dsa_key_restriction.rb b/db/migrate/20180531220618_change_default_value_for_dsa_key_restriction.rb
index dbbbcd1f622..cf621c46f2b 100644
--- a/db/migrate/20180531220618_change_default_value_for_dsa_key_restriction.rb
+++ b/db/migrate/20180531220618_change_default_value_for_dsa_key_restriction.rb
@@ -1,4 +1,4 @@
-class ChangeDefaultValueForDsaKeyRestriction < ActiveRecord::Migration
+class ChangeDefaultValueForDsaKeyRestriction < ActiveRecord::Migration[4.2]
# Set this constant to true if this migration requires downtime.
DOWNTIME = false