summaryrefslogtreecommitdiffstats
path: root/db/migrate/091_change_changesets_revision_to_string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/091_change_changesets_revision_to_string.rb')
-rw-r--r--db/migrate/091_change_changesets_revision_to_string.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/091_change_changesets_revision_to_string.rb b/db/migrate/091_change_changesets_revision_to_string.rb
index 64988069d..f92f8f79e 100644
--- a/db/migrate/091_change_changesets_revision_to_string.rb
+++ b/db/migrate/091_change_changesets_revision_to_string.rb
@@ -1,4 +1,4 @@
-class ChangeChangesetsRevisionToString < ActiveRecord::Migration
+class ChangeChangesetsRevisionToString < ActiveRecord::Migration[4.2]
def self.up
# Some backends (eg. SQLServer 2012) do not support changing the type
# of an indexed column so the index needs to be dropped first