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

5 lines
120 B
MySQL
Raw Normal View History

2026-02-25 20:22:13 +03:00
drop table if exists alert;
drop table if exists instrument;
drop table if exists currency;
drop table if exists users;