pkgdash/internal/database/migrations/sqlite/000001_init_schema.down.sql

4 lines
120 B
MySQL
Raw Normal View History

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