Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions scripts/sql/32002900_build_worker_status.down.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
DROP SEQUENCE IF EXISTS id_seq_workflow_execution_stage;

DROP TABLE IF EXISTS public.workflow_execution_stage CASCADE;
DROP TABLE IF EXISTS public.workflow_execution_stage CASCADE;
DROP SEQUENCE IF EXISTS id_seq_workflow_execution_stage;
Loading