Unverified Commit 5fb3a888 authored by Jack'lul's avatar Jack'lul

Fix missing specifier

parent 695e63a7
...@@ -306,7 +306,7 @@ class CleanupCommand extends AdminCommand ...@@ -306,7 +306,7 @@ class CleanupCommand extends AdminCommand
SELECT id SELECT id
FROM ( FROM (
SELECT id SELECT id
FROM `message` FROM `%1$s`
WHERE `date` < \'%2$s\' WHERE `date` < \'%2$s\'
AND `id` NOT IN ( AND `id` NOT IN (
SELECT `message_id` SELECT `message_id`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment