diff --git a/digiwf-engine/digiwf-engine-service/src/main/resources/db/migration/oracle/V24__axon_framework_4.9.sql b/digiwf-engine/digiwf-engine-service/src/main/resources/db/migration/oracle/V24__axon_framework_4.9.sql new file mode 100644 index 0000000000..1400bf3bb0 --- /dev/null +++ b/digiwf-engine/digiwf-engine-service/src/main/resources/db/migration/oracle/V24__axon_framework_4.9.sql @@ -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;