summaryrefslogtreecommitdiffstats
path: root/db/migrate/035_create_changes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/035_create_changes.rb')
-rw-r--r--db/migrate/035_create_changes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/035_create_changes.rb b/db/migrate/035_create_changes.rb
index fa0cfac3f..ed62e4c31 100644
--- a/db/migrate/035_create_changes.rb
+++ b/db/migrate/035_create_changes.rb
@@ -1,4 +1,4 @@
-class CreateChanges < ActiveRecord::Migration
+class CreateChanges < ActiveRecord::Migration[4.2]
def self.up
create_table :changes do |t|
t.column :changeset_id, :integer, :null => false