chore: add plc directory for local dev

Prevents us from polluting the real PLC directory.

Signed-off-by: Trezy <tre@trezy.com>
This commit is contained in:
Trezy
2026-05-15 13:49:03 -05:00
committed by Tangled
parent 8bd556f65b
commit 0afcb2ee28
2 changed files with 17 additions and 1 deletions

1
scripts/init-dev-dbs.sql Normal file
View File

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