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-19 19:46:58 +03:00
committed by Tangled
parent 8bd556f65b
commit 0afcb2ee28
2 changed files with 17 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
SELECT 'CREATE DATABASE plc' WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'plc')\gexec