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