mirror of
https://github.com/StepanovPlaton/Chat.git
synced 2026-04-03 20:30:40 +04:00
2 lines
101 B
SQL
2 lines
101 B
SQL
SELECT 'CREATE DATABASE chat'
|
|
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'chat')\gexec |