Files
cish/api/migrations/000001_jobs.down.sql
2025-08-24 00:51:34 +02:00

11 lines
112 B
PL/PgSQL

begin;
drop table job_step;
drop table jobs;
drop type event;
drop type status;
drop type bash_type;
commit;