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