We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757187a commit bcc070aCopy full SHA for bcc070a
spring-cloud-task-core/src/main/resources/org/springframework/cloud/task/schema-oracle10g.sql
@@ -26,7 +26,7 @@ CREATE TABLE TASK_TASK_BATCH (
26
references TASK_EXECUTION(TASK_EXECUTION_ID)
27
) ;
28
29
-CREATE SEQUENCE TASK_SEQ START WITH 0 MINVALUE 0 MAXVALUE 9223372036854775807 NOCACHE NOCYCLE;
+CREATE SEQUENCE TASK_SEQ START WITH 0 MINVALUE 0 MAXVALUE 9223372036854775807 ORDER NOCYCLE;
30
31
CREATE TABLE TASK_LOCK (
32
LOCK_KEY VARCHAR2(36) NOT NULL,
0 commit comments