mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#18669124 : fixed a bug that description and default value of extra variable keys
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7276 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
15684c0f6c
commit
9725f376be
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
<column name="var_type" var="var_type" notnull="notnull" />
|
||||
<column name="var_is_required" var="var_is_required" default="N" notnull="notnull" />
|
||||
<column name="var_search" var="var_search" default="N" notnull="notnull" />
|
||||
<column name="var_default" var="var_default" notnull="notnull" />
|
||||
<column name="var_desc" var="var_desc" notnull="notnull" />
|
||||
<column name="var_default" var="var_default" default="" />
|
||||
<column name="var_desc" var="var_desc" default="" />
|
||||
<column name="eid" var="eid" notnull="notnull" />
|
||||
</columns>
|
||||
<conditions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue