mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
Add an index on category_id to shared drafts
This commit is contained in:
parent
efedd9745f
commit
6aef8f9cd9
@ -0,0 +1,5 @@
|
||||
class AddCategoryIndexToSharedDrafts < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_index :shared_drafts, :category_id
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user