mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 06:30:08 +00:00
4994ae6e61
Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
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
|