mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Fix #1406 convert 'jp' to 'ja' in lang table
This commit is contained in:
parent
0177ee3abe
commit
338951f5c8
5 changed files with 67 additions and 4 deletions
11
modules/module/queries/updateLangCode.xml
Normal file
11
modules/module/queries/updateLangCode.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="updateLangCode" action="update">
|
||||
<tables>
|
||||
<table name="lang" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="lang_code" var="new_lang_code" notnull="notnull" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="lang_code" var="lang_code" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue