Files
junhong_cmp_fiber/migrations/000115_init_data.down.sql

9 lines
388 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 回滚初始化数据
-- 删除由 000115_init_data.up.sql 插入的轮询配置行
-- purchase_role 回填不需要 rollback历史数据回填回滚会破坏数据一致性
DELETE FROM tb_polling_config
WHERE config_name = '停机卡轮询'
AND card_condition = 'suspended'
AND description = '停机卡每小时检查实名/流量/套餐,满足条件时自动复机';