Skip to content

Commit

Permalink
initialize seq
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsell committed Mar 29, 2021
1 parent 6b20299 commit 95fbfc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ alter sequence nflow_executor_id_seq nocache
alter sequence nflow_workflow_id_seq nocache
/

alter sequence nflow_workflow_action_id_seq nocache
alter sequence nflow_workflow_action_id_seq start with nflow_workflow_id_seq.nextval nocache
/

create or replace trigger nflow_workflow_action_insert
Expand Down

0 comments on commit 95fbfc2

Please sign in to comment.