X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/836e926e629a140fcdbb4b8489dc2caba5018439..049dfab8adf193cc0d20803950cc0001618549a0:/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 f2eae9047..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 +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