Initial commit
This commit is contained in:
5
db/migrate/20190129192226_add_plan_uid_to_users.rb
Normal file
5
db/migrate/20190129192226_add_plan_uid_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPlanUidToUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :users, :plan_uid, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user