pkgdash/internal/database/migrations/sqlite/000001_init_schema.down.sql
Vasiliy Tolstov cfb7cb0f26 updates
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2023-09-23 21:16:26 +03:00

5 lines
151 B
SQL

drop table if exists packages;
drop table if exists modules;
drop table if exists issues;
drop table if exists comments;
drop table if exists handlers;