Commit 28ead4db authored by 成亚卿's avatar 成亚卿

盒号添加全宗号

parent 08e5aea5
......@@ -2790,7 +2790,6 @@ values(SEQ_MENU.nextval,'scheDetail','归档附表详情','归档附表详情','
update AS_MENU set title = '档案检索' where name = 'fuzzySearchResule';
</sql>
</version>
<version edition="130" description="修改列名">
<sql creator="lidecai" createDate="20210104" note="修改列名">
alter table AS_COLLECTION_STATISTICAL add "LEVELS" INTEGER;
......@@ -2798,5 +2797,10 @@ values(SEQ_MENU.nextval,'scheDetail','归档附表详情','归档附表详情','
ALTER TABLE AS_COLLECTION_STATISTICAL DROP COLUMN LEVEL;
</sql>
</version>
<version edition="131" description="盒号添加全宗字段">
<sql creator="ChengYaqing" createDate="20210105" note="盒号添加全宗字段">
alter table AS_BOX_MANAGE add "FONDS_NUMBER" varchar2(50);
</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