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.
1 parent fe58be5 commit 91a905bCopy full SHA for 91a905b
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