crypto_alert_bot/internal/repository/postgresql/migrations/000001_init.down.sql

7 lines
183 B
MySQL
Raw Normal View History

2026-02-26 16:02:11 +03:00
drop table if exists alerter_state;
2026-02-25 20:22:13 +03:00
drop table if exists alert;
2026-02-25 23:52:21 +03:00
drop type alert_condition;
2026-02-25 20:22:13 +03:00
drop table if exists instrument;
drop table if exists currency;
drop table if exists users;