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>
<buildSpec> <buildSpec>
<buildCommand> <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name> <name>org.eclipse.jdt.core.javabuilder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name> <name>org.eclipse.m2e.core.maven2Builder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures> </natures>
</projectDescription> </projectDescription>
\ No newline at end of file
...@@ -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
...@@ -2955,5 +2955,17 @@ ...@@ -2955,5 +2955,17 @@
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500); alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
</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
...@@ -2957,5 +2957,18 @@ ...@@ -2957,5 +2957,18 @@
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500); alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
</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