Compare commits

...

2 Commits

Author SHA1 Message Date
9f66f2be14 Merge branch 'main' of https://gitea.ufutx.net/ufutx/migrate 2025-01-08 14:53:34 +08:00
5f2b61c6b0 change ufutx_s2_shop_sku 2025-01-08 14:53:30 +08:00

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_sku` ADD `bp_limit` INT NOT NULL DEFAULT '10000' COMMENT '福分可抵扣的最低消费额, 单位:分' AFTER `bp_max`;