X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/784d4ca03d1c8916c94dd8528c54c60ce4b0967a..b606acba0c28652fa6f066c2b5d989ceae41c194:/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..fdcdaf65d 100644 --- a/db/migrate/20140507110937_create_changeset_comments.rb +++ b/db/migrate/20140507110937_create_changeset_comments.rb @@ -1,6 +1,6 @@ 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