Skip to content

Commit

Permalink
digiwf-engine fix oracle missing axon migration (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir authored Dec 8, 2023
1 parent f593dc5 commit c793abf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DROP SEQUENCE hibernate_sequence;
CREATE SEQUENCE association_value_entry_seq START WITH 1000000 INCREMENT BY 50;
CREATE SEQUENCE domain_event_entry_seq START WITH 1000000 INCREMENT BY 50;

0 comments on commit c793abf

Please sign in to comment.