Add migration to install pg_trgm extension
This commit is contained in:
parent
2a389a90d7
commit
11bc55bf61
1
migrations/2024-02-16-064035_create_pg_trgm/down.sql
Normal file
1
migrations/2024-02-16-064035_create_pg_trgm/down.sql
Normal file
@ -0,0 +1 @@
|
||||
DROP EXTENSION pg_trgm;
|
1
migrations/2024-02-16-064035_create_pg_trgm/up.sql
Normal file
1
migrations/2024-02-16-064035_create_pg_trgm/up.sql
Normal file
@ -0,0 +1 @@
|
||||
CREATE EXTENSION pg_trgm;
|
Loading…
x
Reference in New Issue
Block a user