We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe58be5 + 91a905b commit c10cf2dCopy full SHA for c10cf2d
scripts/sql/32002900_build_worker_status.down.sql
@@ -1,3 +1,2 @@
1
-DROP SEQUENCE IF EXISTS id_seq_workflow_execution_stage;
2
-
3
-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;
0 commit comments