Files
pkgdash/internal/database/migrations/sqlite/000001_init_schema.down.sql
Gorbunov Kirill Andreevich 8e633fe83f #19 reset HEAD
2024-12-18 21:16:11 +03:00

5 lines
151 B
SQL

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;