postgresql & migrations

This commit is contained in:
yash 2026-02-25 20:22:13 +03:00
parent ae096d4820
commit 7f6cd8e557
15 changed files with 254 additions and 27 deletions

View file

@ -0,0 +1,4 @@
drop table if exists alert;
drop table if exists instrument;
drop table if exists currency;
drop table if exists users;