From 9c57b34a398d8f69f7d5992f724fc8ea8b19d0e0 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 31 Aug 2020 20:38:43 +0800 Subject: [PATCH] 1 --- tools/migratedb/common/mysql_rule.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/migratedb/common/mysql_rule.json b/tools/migratedb/common/mysql_rule.json index e3e4003..0dcb077 100644 --- a/tools/migratedb/common/mysql_rule.json +++ b/tools/migratedb/common/mysql_rule.json @@ -5,46 +5,46 @@ }, { "table_name": "user", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "bag", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "sign", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "quest", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "share_achievement", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "activity", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "passinfo", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "shop", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "additem_log", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "equip", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" }, { "table_name": "shop_data", - "where": "accountid LIKE '$channel_'" + "where": "accountid LIKE '$channel_%'" } ]