Adds GIN index to tags table and deletes old total_tag_counts table
This commit is contained in:
1
IDHANMigration/src/110-total_tag_counts.sql
Normal file
1
IDHANMigration/src/110-total_tag_counts.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE total_tag_counts;
|
||||
1
IDHANMigration/src/115-tags.sql
Normal file
1
IDHANMigration/src/115-tags.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE INDEX ON tags USING gin (tag_text gin_trgm_ops);
|
||||
Reference in New Issue
Block a user