Commit 3bb3a453 authored by 胡文斌's avatar 胡文斌

system表添加micro_app路径

parent 8aaa1e50
...@@ -3024,4 +3024,10 @@ VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/di ...@@ -3024,4 +3024,10 @@ VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/di
commit; commit;
</sql> </sql>
</version> </version>
<version edition="146" description="微前端路径">
<sql creator="huwenbin" createDate="20210329" note="微前端路径">
alter table "AS_SYSTEM" add column("MICRO_APP" VARCHAR2(255));
comment on column "AS_SYSTEM"."MICRO_APP" is '微前端路径';
</sql>
</version>
</update> </update>
\ No newline at end of file
...@@ -3015,4 +3015,10 @@ VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/di ...@@ -3015,4 +3015,10 @@ VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/di
commit; commit;
</sql> </sql>
</version> </version>
<version edition="143" description="微前端路径">
<sql creator="huwenbin" createDate="20210329" note="微前端路径">
alter table "AS_SYSTEM" add column("MICRO_APP" VARCHAR2(255));
comment on column "AS_SYSTEM"."MICRO_APP" is '微前端路径';
</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