update with changes from Production branch
This commit is contained in:
8
db/migrate/20120907024520_add_index_to_channel.rb
Normal file
8
db/migrate/20120907024520_add_index_to_channel.rb
Normal file
@ -0,0 +1,8 @@
|
||||
class AddIndexToChannel < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_index(:channels, :ranking)
|
||||
end
|
||||
|
||||
def self.down
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user