X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/29a780eb1af9ca5f8b55e53cf89701b297707607..38b74c1c48521c3de988b774117d6f9febcf1c3f:/db/migrate/20140507110937_create_changeset_comments.rb diff --git a/db/migrate/20140507110937_create_changeset_comments.rb b/db/migrate/20140507110937_create_changeset_comments.rb index d4475b4d8..796919c51 100644 --- a/db/migrate/20140507110937_create_changeset_comments.rb +++ b/db/migrate/20140507110937_create_changeset_comments.rb @@ -1,6 +1,4 @@ -require "migrate" - -class CreateChangesetComments < ActiveRecord::Migration[5.0] +class CreateChangesetComments < ActiveRecord::Migration[4.2] def change create_table :changeset_comments do |t| t.column :changeset_id, :bigint, :null => false