@@ -56,7 +56,6 @@ $uids = getIds('select id from users');
|
||||
Db::sql('delete from items_users where uid > 0 and uid not in (?)', [$uids]);
|
||||
Db::sql('delete from eff_users where uid > 0 and uid not in (?)', [$uids]);
|
||||
Db::sql('delete from users_achiv where id > 0 and id not in (?)', [$uids]);
|
||||
Db::sql('delete from aaa_bonus where uid > 0 and uid not in (?)', [$uids]);
|
||||
Db::sql('delete from users_delo where uid > 0 and uid not in (?) or time < unix_timestamp() - 86400 * 10', [$uids]);
|
||||
Db::sql('delete from users_reting where uid > 0 and uid not in (?)', [$uids]);
|
||||
Db::sql('delete from aaa_reting_list where uid > 0 and uid not in (?)', [$uids]);
|
||||
|
||||
Reference in New Issue
Block a user