]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20181020114000_add_user_tou_agreed.rb
Bump google-protobuf from 3.25.4 to 3.25.5
[rails.git] / db / migrate / 20181020114000_add_user_tou_agreed.rb
1 class AddUserTouAgreed < ActiveRecord::Migration[5.1]
2   def change
3     add_column :users, :tou_agreed, :datetime
4   end
5 end