feat(project): init
This commit is contained in:
7
scripts/db/verify/0001_core.sql
Normal file
7
scripts/db/verify/0001_core.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DO $$
|
||||
BEGIN
|
||||
IF NOT EXISTS (SELECT 1 FROM pg_extension WHERE extname = 'pgcrypto') THEN
|
||||
RAISE EXCEPTION 'missing extension: pgcrypto';
|
||||
END IF;
|
||||
END $$;
|
||||
|
||||
Reference in New Issue
Block a user