chore(DB/quest_request_items_locale): Remove empty or NULL entries (#21013)
This commit is contained in:
parent
d5fac96a20
commit
f5ce076919
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `quest_request_items_locale` WHERE `CompletionText` = '';
|
||||
DELETE FROM `quest_request_items_locale` WHERE `CompletionText` = 'NULL';
|
||||
DELETE FROM `quest_request_items_locale` WHERE `CompletionText` IS NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue