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

5 lines
151 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;
drop table if exists handlers;