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