chore(DB): import pending files

Referenced commit(s): 0fe897fae3
This commit is contained in:
github-actions[bot]
2026-07-02 04:22:43 +00:00
parent 0fe897fae3
commit 91f7be9f39
@@ -1,3 +1,4 @@
-- DB update 2026_06_30_06 -> 2026_07_02_00
-- From ¦ to |
UPDATE `acore_string` SET `content_default` = REPLACE(`content_default`, '¦', '|') WHERE `content_default` LIKE '%¦%';
UPDATE `acore_string` SET `locale_koKR` = REPLACE(`locale_koKR`, '¦', '|') WHERE `locale_koKR` LIKE '%¦%';