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