Add migration to install pg_trgm extension

This commit is contained in:
2024-02-16 01:51:27 -05:00
parent 2a389a90d7
commit 11bc55bf61
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;