forked from External/greenlight
upload recordings to youtube
This commit is contained in:
5
db/migrate/20170518190442_add_token_to_users.rb
Normal file
5
db/migrate/20170518190442_add_token_to_users.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddTokenToUsers < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :users, :token, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user