test(io): refactor SQL fixtures

- Move privileges and grants to privileges.sql
- Move schema, tables and functions to schema.sql
- Move global database settings to database.sql

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-02-04 09:20:03 -05:00
committed by Steve Chavez
parent c35eb7a6c2
commit 37fc0a211b
4 changed files with 278 additions and 276 deletions
+2
View File
@@ -0,0 +1,2 @@
SET check_function_bodies = false; -- to allow conditionals based on the pg version
SET search_path = public;