fixing database tables
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
class AddChannelIdEntryIdIndexToFeeds < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_index :feeds, [:channel_id, :entry_id]
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_index :feeds, [:channel_id, :entry_id]
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user