X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..5366e67a40f022ebd4f0a05db9105cc9557de2b1:/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