Skip to content

Commit c10cf2d

Browse files
Merge pull request #6391 from devtron-labs/fix-sql-sequence
fix: sql queries sequence
2 parents fe58be5 + 91a905b commit c10cf2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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;
1+
DROP TABLE IF EXISTS public.workflow_execution_stage CASCADE;
2+
DROP SEQUENCE IF EXISTS id_seq_workflow_execution_stage;

0 commit comments

Comments
 (0)