Remove unnecessary site_srl from several other modules

This commit is contained in:
Kijin Sung 2021-01-18 16:25:02 +09:00
parent 972fbc9ca6
commit 1f34c33e29
29 changed files with 79 additions and 224 deletions

View file

@ -3,7 +3,7 @@
<table name="lang" />
</tables>
<columns>
<column name="site_srl" var="site_srl" notnull="notnull" />
<column name="site_srl" var="site_srl" default="0" />
<column name="name" var="name" notnull="notnull" />
<column name="lang_code" var="lang_code" notnull="notnull" />
<column name="value" var="value" notnull="notnull" />