Merge 17aa374b99 into bee4dc9038
This commit is contained in:
commit
5c198a11aa
11 changed files with 215 additions and 18 deletions
14
db/migrate/20160830122446_add_twitter_to_users.rb
Normal file
14
db/migrate/20160830122446_add_twitter_to_users.rb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
class AddTwitterToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :twitter, :string
|
||||
add_column :users, :googleplus, :string
|
||||
add_column :users, :linkedin, :string
|
||||
add_column :users, :gnu, :string
|
||||
add_column :users, :diaspora, :string
|
||||
add_column :users, :github, :string
|
||||
add_column :users, :gitlab, :string
|
||||
add_column :users, :gna, :string
|
||||
add_column :users, :savannah, :string
|
||||
add_column :users, :website_url, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue