47 lines
864 B
JSON
47 lines
864 B
JSON
[
|
|
{
|
|
"table_name": "version",
|
|
"where": ""
|
|
},
|
|
{
|
|
"table_name": "user",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
},
|
|
{
|
|
"table_name": "bag",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
},
|
|
{
|
|
"table_name": "sign",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
},
|
|
{
|
|
"table_name": "quest",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
},
|
|
{
|
|
"table_name": "share_achievement",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
},
|
|
{
|
|
"table_name": "activity",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
},
|
|
{
|
|
"table_name": "passinfo",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
},
|
|
{
|
|
"table_name": "shop",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
},
|
|
{
|
|
"table_name": "equip",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
},
|
|
{
|
|
"table_name": "shop_data",
|
|
"where": "accountid LIKE '$channel_%'"
|
|
}
|
|
]
|