mirror of
https://github.com/zoriya/cish.git
synced 2025-12-05 23:06:18 +00:00
11 lines
112 B
PL/PgSQL
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;
|