pkgdash/storage/migrations/sqlite/000001_init_schema.down.sql
2023-08-10 22:16:14 +03:00

5 lines
152 B
SQL

drop table if exists dashboard ;
drop table if exists package ;
drop table if exists module ;
drop table if exists issue ;
drop table if exists comment;