mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 09:29:07 +01:00
added contributor column to users
This commit is contained in:
parent
55b2a98450
commit
af9c905165
1 changed files with 5 additions and 0 deletions
5
db/migrate/20150419201122_add_contributor_to_users.rb
Normal file
5
db/migrate/20150419201122_add_contributor_to_users.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddContributorToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :contributor, :boolean, default: :false
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue