From f16c946cadb78e5158eda735a6d2030e7938b92e Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Thu, 19 Sep 2019 13:32:34 +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?= 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 deletions(-) delete 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 deleted file mode 100644 index 080497290..000000000 --- a/mallinkAdmin/src/main/resources/db/migration/V201909170410__CHANGE_COUPON_PASSWORD.sql +++ /dev/null @@ -1,2 +0,0 @@ -ALTER TABLE `wx_coupon_password` -ADD COLUMN `expire_date` datetime NULL COMMENT '卡密过期时间(默认发送后一个月内过期)'; \ No newline at end of file