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

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

parent 621e6e44
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>aserver</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
\ No newline at end of file
<name>aserver-szdas</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
......@@ -2968,4 +2968,15 @@
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
</sql>
</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>
\ No newline at end of file
......@@ -2955,5 +2955,17 @@
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
</sql>
</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>
\ No newline at end of file
......@@ -2957,5 +2957,18 @@
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
</sql>
</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>
\ 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