Browse Source

需求变更添加通知过期时间引起的代码变化

dev_shibei_match
sunyuchao 4 years ago
parent
commit
4a0a337583
  1. 2
      epmet-module/resi-group/resi-group-server/src/main/resources/db/migration/V0.0.17__alter_notice.sql

2
epmet-module/resi-group/resi-group-server/src/main/resources/db/migration/V0.0.17__alter_notice.sql

@ -0,0 +1,2 @@
ALTER TABLE `notice`
ADD COLUMN `EXPIRATION_TIME` datetime NOT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '通知过期时间(此时间需大于变更时间)' AFTER `CHANGE_TIME`;
Loading…
Cancel
Save