Add cash management schema and immediate variance alerts

This commit is contained in:
Krikorios
2026-05-06 10:51:55 +03:00
parent 1a3de58de6
commit 1896cbdd11
106 changed files with 16800 additions and 4604 deletions
@@ -0,0 +1,4 @@
set search_path = app, public;
alter type app.alert_kind add value if not exists 'single_short';
alter type app.alert_kind add value if not exists 'suspicious_safe_drop';