Kyoo/scanner/migrations/000001_request.down.sql

9 lines
80 B
PL/PgSQL

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