Add cash management schema and immediate variance alerts
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user