]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/052_add_contributor_terms_to_user.rb
Merge remote-tracking branch 'upstream/pull/1926'
[rails.git] / db / migrate / 052_add_contributor_terms_to_user.rb
index 01835b98141834acbdd355bdac8f5ad951c2ae56..2169b912699b8667883e8986878058a9e8b239cc 100644 (file)
@@ -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