mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2025-12-31 00:34:25 +00:00
A lot more tests
This commit is contained in:
7
scripts/init-test-dbs.sql
Normal file
7
scripts/init-test-dbs.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Create test databases for integration tests
|
||||
CREATE DATABASE resolvespec_test;
|
||||
CREATE DATABASE restheadspec_test;
|
||||
|
||||
-- Grant all privileges to postgres user
|
||||
GRANT ALL PRIVILEGES ON DATABASE resolvespec_test TO postgres;
|
||||
GRANT ALL PRIVILEGES ON DATABASE restheadspec_test TO postgres;
|
||||
Reference in New Issue
Block a user