feat: 归档旧迁移文件,创建初始化数据迁移和重置脚本
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DELETE FROM tb_polling_config
|
||||
WHERE config_name = '已激活在线卡' AND card_condition = 'activated';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
DELETE FROM tb_polling_config
|
||||
WHERE config_name = '已激活在线卡' AND card_condition = 'activated';
|
||||