diff --git a/spring-batch-core/src/main/resources/org/springframework/batch/core/migration/5.0/migration-oracle.sql b/spring-batch-core/src/main/resources/org/springframework/batch/core/migration/5.0/migration-oracle.sql new file mode 100644 index 000000000..6e41e36b5 --- /dev/null +++ b/spring-batch-core/src/main/resources/org/springframework/batch/core/migration/5.0/migration-oracle.sql @@ -0,0 +1,3 @@ +ALTER SEQUENCE BATCH_STEP_EXECUTION_SEQ ORDER; +ALTER SEQUENCE BATCH_JOB_EXECUTION_SEQ ORDER; +ALTER SEQUENCE BATCH_JOB_SEQ ORDER; \ No newline at end of file