Kyoo/scanner/migrations/000001_request.down.sql
2025-05-09 22:48:40 +02:00

8 lines
79 B
PL/PgSQL

begin;
drop table scanner.requests;
drop type scanner.request_kind;
commit;