mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-09 00:32:15 +01:00
3 lines
108 B
SQL
3 lines
108 B
SQL
SELECT 'CREATE DATABASE testing'
|
|
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'testing')\gexec
|