You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SELECT bot_id FROM bots WHERE type = 'approved' OR type = 'certified' AND NOW() - last_stats_post > INTERVAL '2 weeks' AND NOW() - last_japi_update > INTERVAL '2 weeks' ORDER BY RANDOM() LIMIT 2"
89
+
"SELECT bot_id FROM bots WHERE (type = 'approved' OR type = 'certified') AND NOW() - last_stats_post > INTERVAL '2 weeks' AND NOW() - last_japi_update > INTERVAL '2 weeks' ORDER BY RANDOM() LIMIT 2"
0 commit comments