Commit a98bd6cb authored by 张龙发's avatar 张龙发

修改金仓创建序列适配

parent 6b2034ef
......@@ -2958,13 +2958,7 @@
<version edition="136" description="编研管理添加序列">
<sql creator="zhanglongfa" createDate="20210302" note="编研管理添加序列">
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
CREATE SEQUENCE "SEQ_COMPILATION_CKEDITOR" INCREMENT BY 1 START WITH 1 MAXVALUE 99999999999999 MINVALUE 1 CACHE 20;
</sql>
</version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment