pkgdash/storage/migrations/sqlite/000001_init_schema.down.sql

5 lines
152 B
MySQL
Raw Normal View History

2023-08-10 22:16:14 +03:00
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;