Implement forum topic voting and tag change pruning (#3580)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class FixTrigramIndexOnPools < ActiveRecord::Migration
|
||||
class FixTrigramIndexOnPools < ActiveRecord::Migration[4.2]
|
||||
def up
|
||||
execute "drop index index_pools_on_name_trgm"
|
||||
execute "create index index_pools_on_name_trgm on pools using gin (lower(name) gin_trgm_ops)"
|
||||
|
||||
Reference in New Issue
Block a user