From 76917394530e80652e431bf196f8d0ad1b04ef06 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Thu, 19 Sep 2019 11:29:09 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8D=A1=E5=88=B8][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=8D=A1=E5=AF=86=E8=BF=87=E6=9C=9F=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V201909170410__CHANGE_COUPON_PASSWORD.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201909170410__CHANGE_COUPON_PASSWORD.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201909170410__CHANGE_COUPON_PASSWORD.sql b/mallinkAdmin/src/main/resources/db/migration/V201909170410__CHANGE_COUPON_PASSWORD.sql new file mode 100644 index 000000000..080497290 --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201909170410__CHANGE_COUPON_PASSWORD.sql @@ -0,0 +1,2 @@ +ALTER TABLE `wx_coupon_password` +ADD COLUMN `expire_date` datetime NULL COMMENT '卡密过期时间(默认发送后一个月内过期)'; \ No newline at end of file