crypto_alert_bot/internal/repository/postgresql/migrations/000001_init.down.sql
2026-02-26 16:02:11 +03:00

6 lines
183 B
SQL

drop table if exists alerter_state;
drop table if exists alert;
drop type alert_condition;
drop table if exists instrument;
drop table if exists currency;
drop table if exists users;