mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-21 17:29:59 +00:00
Add dotenv - Protect my secret data in .env file
This commit is contained in:
7
db/migrate/20180829105638_add_first_name_to_users.rb
Normal file
7
db/migrate/20180829105638_add_first_name_to_users.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AddFirstNameToUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :users, :first_name, :string
|
||||
add_column :users, :last_name, :string
|
||||
add_column :users, :photo, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user