Commit 6b2034ef authored by 张龙发's avatar 张龙发

完成保存为模板,引入模板功能

parent 621e6e44
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>aserver</name> <name>aserver-szdas</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>
......
...@@ -2968,4 +2968,15 @@ ...@@ -2968,4 +2968,15 @@
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500); alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
</sql> </sql>
</version> </version>
<version edition="138" description="编研管理添加序列">
<sql creator="zhanglongfa" createDate="20210302" note="编研管理添加序列">
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</sql>
</version>
</update> </update>
\ No newline at end of file
...@@ -2956,4 +2956,16 @@ ...@@ -2956,4 +2956,16 @@
</sql> </sql>
</version> </version>
<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;
</sql>
</version>
</update> </update>
\ No newline at end of file
...@@ -2958,4 +2958,17 @@ ...@@ -2958,4 +2958,17 @@
</sql> </sql>
</version> </version>
<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;
</sql>
</version>
</update> </update>
\ No newline at end of file
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