transferred Code Ocean from original repository to GitHub
This commit is contained in:
5
db/migrate/20140716153147_add_role_to_users.rb
Normal file
5
db/migrate/20140716153147_add_role_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddRoleToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :role, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user