Implement forum topic voting and tag change pruning (#3580)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class AddIndexPixivOnPosts < ActiveRecord::Migration
|
||||
class AddIndexPixivOnPosts < ActiveRecord::Migration[4.2]
|
||||
def up
|
||||
execute "set statement_timeout = 0"
|
||||
execute "CREATE INDEX index_posts_on_pixiv_suffix ON posts USING btree
|
||||
|
||||
Reference in New Issue
Block a user