pkgdash/internal/database/migrations/sqlite/000001_init_schema.down.sql
Vasiliy Tolstov 0e18a63f10 use worker
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2023-08-18 23:59:15 +03:00

4 lines
120 B
SQL

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