Fix #1406 convert 'jp' to 'ja' in lang table

This commit is contained in:
Kijin Sung 2020-10-03 01:30:28 +09:00
parent 0177ee3abe
commit 338951f5c8
5 changed files with 67 additions and 4 deletions

View 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>