bunch of stuffs
This commit is contained in:
5
db/migrate/20130727063752_add_youtube_to_users.rb
Normal file
5
db/migrate/20130727063752_add_youtube_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddYoutubeToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :youtube, :string
|
||||
end
|
||||
end
|
||||
8
db/migrate/20130727071804_add_youtube_channelname.rb
Normal file
8
db/migrate/20130727071804_add_youtube_channelname.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class AddYoutubeChannelname < ActiveRecord::Migration
|
||||
def up
|
||||
add_column :users, :youtube_channelname, :string
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
||||
5
db/migrate/20130728003021_add_twitter_to_users.rb
Normal file
5
db/migrate/20130728003021_add_twitter_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddTwitterToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :twitter, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user