Skip to content

Commit e422f59

Browse files
committed
Add migration script to make Oracle sequences ordered
Issue #1422 Issue #2000
1 parent 21118ca commit e422f59

File tree

1 file changed

+3
-0
lines changed
  • spring-batch-core/src/main/resources/org/springframework/batch/core/migration/5.0

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER SEQUENCE BATCH_STEP_EXECUTION_SEQ ORDER;
2+
ALTER SEQUENCE BATCH_JOB_EXECUTION_SEQ ORDER;
3+
ALTER SEQUENCE BATCH_JOB_SEQ ORDER;

0 commit comments

Comments
 (0)