Added public build

This commit is contained in:
Constantin Graf
2024-04-03 17:44:42 +02:00
parent 3a43b9cec4
commit 91128ae0b3
21 changed files with 927 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
SELECT 'CREATE DATABASE testing'
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'testing')\gexec