Implement forum topic voting and tag change pruning (#3580)

This commit is contained in:
Albert Yi
2018-04-16 16:09:39 -07:00
parent 45fad069d7
commit f2b525a6d2
182 changed files with 558 additions and 554 deletions

View File

@@ -1,4 +1,4 @@
class AddTrigramIndexesToArtists < ActiveRecord::Migration
class AddTrigramIndexesToArtists < ActiveRecord::Migration[4.2]
def up
execute "create index index_artists_on_name_trgm on artists using gin (name gin_trgm_ops)"
execute "create index index_artists_on_group_name_trgm on artists using gin (group_name gin_trgm_ops)"