From ff666975da72eee5ca69aa53442cea9d362dd99c Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 3 Dec 2025 15:50:20 +0800 Subject: [PATCH] =?UTF-8?q?chore(docker):=20=E6=9B=B4=E6=96=B0=E5=8D=87?= =?UTF-8?q?=E7=BA=A7sql=EF=BC=8C=E6=8A=8A=E5=8D=8E=E4=B8=BA=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=8F=8A=E7=BA=BF=E4=B8=8B=E6=94=AF=E4=BB=98=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=B0=E6=95=B0=E6=8D=AE=E5=BA=93=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upgrade.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upgrade.sql b/upgrade.sql index c6346222b..beedff9c6 100644 --- a/upgrade.sql +++ b/upgrade.sql @@ -63,3 +63,7 @@ INSERT INTO `lucky_cron` (`type`, `period`, `period_type`, `name`, `event`, `exe INSERT INTO `lucky_cron` (`type`, `period`, `period_type`, `name`, `event`, `execute_time`, `relate_id`, `create_time`) VALUES (2, 2, 0, '门店统计更新(按时)', 'CronStatStoreHour', 1700447491, 0, 0); INSERT INTO `lucky_cron` (`type`, `period`, `period_type`, `name`, `event`, `execute_time`, `relate_id`, `create_time`) VALUES (2, 2, 0, '店铺统计更新(按日)', 'CronStatShop', 1700447491, 0, 0); INSERT INTO `lucky_cron` (`type`, `period`, `period_type`, `name`, `event`, `execute_time`, `relate_id`, `create_time`) VALUES (2, 2, 0, '门店统计更新(按日)', 'CronStatStore', 1700447491, 0, 0); + +INSERT INTO `lucky_addon` (`name`, `type`, `icon`, `title`, `description`, `status`, `author`, `version`, `version_no`, `content`, `create_time`) VALUES ('offlinepay', 'system', 'addon/offlinepay/icon.png', '线下支付', '线下支付功能', 1, '', '5.5.2', '552250604001', '', 1764398910); +INSERT INTO `lucky_addon` (`name`, `type`, `icon`, `title`, `description`, `status`, `author`, `version`, `version_no`, `content`, `create_time`) VALUES ('huaweipay', 'system', 'addon/huaweipay/icon.png', '华为支付', '华为支付功能', 1, '', '5.3.1', '525231212001', '', 1717865208); +