Add column for user's social media and social code sites info
This commit is contained in:
parent
56c7906d52
commit
7ea168fef4
2 changed files with 25 additions and 1 deletions
|
|
@ -0,0 +1,14 @@
|
|||
class AddColumnTwitterGoogleplusGnuGitlabGithubDiasporaGnaSavannahLinkedinWebsiteurlToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :twitter, :string
|
||||
add_column :users, :googleplus, :string
|
||||
add_column :users, :github, :string
|
||||
add_column :users, :gitlab, :string
|
||||
add_column :users, :diaspora, :string
|
||||
add_column :users, :linkedin, :string
|
||||
add_column :users, :website_url, :string
|
||||
add_column :users, :savannah, :string
|
||||
add_column :users, :gna, :string
|
||||
add_column :users, :gnu, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue