From c1943919e5dd939277dcfaf5455831eb3a555dcb Mon Sep 17 00:00:00 2001 From: moxiangrong Date: Tue, 20 Feb 2024 12:08:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=A7=84=E5=88=99=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E6=95=B0=E6=8D=AEsql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/20240220_integral_rule_update_mysql.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/20240220_integral_rule_update_mysql.sql diff --git a/sql/20240220_integral_rule_update_mysql.sql b/sql/20240220_integral_rule_update_mysql.sql new file mode 100644 index 0000000..22c58c9 --- /dev/null +++ b/sql/20240220_integral_rule_update_mysql.sql @@ -0,0 +1,6 @@ +INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (1, 'sign', '签到', 5, '1', '', '2024-01-18 19:38:30', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1'); +INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (4, 'register', '注册', 5, NULL, '', '2024-01-18 19:38:57', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'0'); +INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (5, 'login', '登录', 5, NULL, '', '2024-01-18 19:39:12', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'0'); +INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (6, 'consume', '购买商品', 1, NULL, '', '2024-01-18 19:39:28', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1'); +INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (7, 'comment', '评论', 10, NULL, '', '2024-01-18 19:39:47', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1'); +INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (8, 'share_products', '分享商品', 50, NULL, '', '2024-01-18 19:40:00', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1'); \ No newline at end of file