fixes #1224
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddCreatorIdIndexToComments < ActiveRecord::Migration
|
||||
def change
|
||||
execute "set statement_timeout = 0"
|
||||
add_index :comments, :creator_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user