update with changes from Production branch
This commit is contained in:
9
db/migrate/20120821145951_add_ranking_to_channel.rb
Normal file
9
db/migrate/20120821145951_add_ranking_to_channel.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class AddRankingToChannel < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :channels, :ranking, :integer
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :channels, :ranking
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user