mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-27 19:23:59 -04:00
Added a migration for the TOS agreement boolean field
This commit is contained in:
5
db/migrate/20121203034745_add_tos_agreement_to_users.rb
Normal file
5
db/migrate/20121203034745_add_tos_agreement_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddTosAgreementToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :tos_agreement, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user