Skip to content

Commit

Permalink
chore(DB/quest_request_items_locale): Remove empty or NULL entries (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu authored Dec 22, 2024
1 parent d5fac96 commit f5ce076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/sql/updates/pending_db_world/rev_1734875751323314900.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit f5ce076

Please sign in to comment.