AndyB Well-known member Feb 27, 2021 #1 The xf_job table shows: I assume it would be safe to use this SQL to delete rows where the unique_key is null. Code: DELETE FROM xf_job WHERE unique_key IS NULL
The xf_job table shows: I assume it would be safe to use this SQL to delete rows where the unique_key is null. Code: DELETE FROM xf_job WHERE unique_key IS NULL
AndyB Well-known member Feb 27, 2021 #2 I just checked and all the NULL rows are now gone. I didn't need to run the SQL query. Upvote 0 Downvote