mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "Add index on topic_links post_id. Remove a redundant index." Doesn't always work.
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
class AddAndRemoveIndexesOnTopicLinks < ActiveRecord::Migration
|
|
||||||
def up
|
|
||||||
# Index (topic_id) is a subset of (topic_id, post_id, url)
|
|
||||||
remove_index :topic_links, :topic_id
|
|
||||||
|
|
||||||
add_index :topic_links, :post_id
|
|
||||||
end
|
|
||||||
|
|
||||||
def down
|
|
||||||
remove_index :topic_links, :post_id
|
|
||||||
add_index :topic_links, :topic_id
|
|
||||||
end
|
|
||||||
end
|
|
||||||
Reference in New Issue
Block a user