Browse Source

代码管理功能完善

dev_shibei_match
zhaoqifeng 5 years ago
parent
commit
283ec0e287
  1. 2
      epmet-module/epmet-third/epmet-third-server/src/main/resources/db/migration/V0.0.6__thirdUpdate.sql

2
epmet-module/epmet-third/epmet-third-server/src/main/resources/db/migration/V0.0.6__thirdUpdate.sql

@ -5,4 +5,4 @@ alter table code_customer add AUDIT_TIME datetime NULL comment '提交审核时
alter table code_customer add RELEASE_TIME datetime NULL comment '发布时间' after AUDIT_TIME; alter table code_customer add RELEASE_TIME datetime NULL comment '发布时间' after AUDIT_TIME;
alter table code_operation_history add CLIENT_TYPE datetime NULL comment '小程序类型 居民端resi,工作端work' after CUSTOMER_ID; alter table code_operation_history add CLIENT_TYPE varchar(10) NULL comment '小程序类型 居民端resi,工作端work' after CUSTOMER_ID;
Loading…
Cancel
Save