forked from External/greenlight
upload recordings to youtube
This commit is contained in:
@@ -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