Add migration to install pg_trgm extension

This commit is contained in:
Ethan Girouard 2024-02-16 01:51:27 -05:00
parent 2a389a90d7
commit 11bc55bf61
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
DROP EXTENSION pg_trgm;

View File

@ -0,0 +1 @@
CREATE EXTENSION pg_trgm;