alert service

This commit is contained in:
yash 2026-02-25 23:52:21 +03:00
parent 0e73841b3e
commit 608561ab38
8 changed files with 283 additions and 8 deletions

View file

@ -1,4 +1,5 @@
drop table if exists alert;
drop type alert_condition;
drop table if exists instrument;
drop table if exists currency;
drop table if exists users;