Merge remote-tracking branch 'upstream/pull/2028'
This commit is contained in:
commit
e78859aeaf
10 changed files with 126 additions and 51 deletions
5
db/migrate/20181020114000_add_user_tou_agreed.rb
Normal file
5
db/migrate/20181020114000_add_user_tou_agreed.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddUserTouAgreed < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :users, :tou_agreed, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue