mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 10:15:13 +08: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…
Reference in New Issue
Block a user