mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00: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
|