X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/29a780eb1af9ca5f8b55e53cf89701b297707607..f1905095ed55b2f89021849d4355d7c23d0b8c6b:/db/migrate/052_add_contributor_terms_to_user.rb diff --git a/db/migrate/052_add_contributor_terms_to_user.rb b/db/migrate/052_add_contributor_terms_to_user.rb index 01835b981..2169b9126 100644 --- a/db/migrate/052_add_contributor_terms_to_user.rb +++ b/db/migrate/052_add_contributor_terms_to_user.rb @@ -1,4 +1,4 @@ -class AddContributorTermsToUser < ActiveRecord::Migration[5.0] +class AddContributorTermsToUser < ActiveRecord::Migration[4.2] def self.up add_column :users, :terms_agreed, :datetime add_column :users, :consider_pd, :boolean, :null => false, :default => false