feat: 技术债务清理(支付配置动态化、API文档补全、轮询常量提取、废弃代码清理)
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m13s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m13s
This commit is contained in:
6
migrations/000116_remove_legacy_commission_fields.up.sql
Normal file
6
migrations/000116_remove_legacy_commission_fields.up.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- 删除 tb_iot_card 和 tb_device 表中的废弃分佣追踪字段
|
||||
-- 这两个字段已被 accumulated_recharge_by_series (JSONB) 字段替代
|
||||
ALTER TABLE tb_iot_card DROP COLUMN IF EXISTS first_commission_paid;
|
||||
ALTER TABLE tb_iot_card DROP COLUMN IF EXISTS accumulated_recharge;
|
||||
ALTER TABLE tb_device DROP COLUMN IF EXISTS first_commission_paid;
|
||||
ALTER TABLE tb_device DROP COLUMN IF EXISTS accumulated_recharge;
|
||||
Reference in New Issue
Block a user