feat(db): migration and database setup
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Custom SQL migration file, put your code below! --
|
||||
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|
||||
SET SESSION TIME ZONE 'UTC';
|
||||
Reference in New Issue
Block a user