mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
issue 1973 when import document from ttxml, insert with comment status's value is zero
so, zero's mean is not approved. so, default value change to 1. Also, it is sync with schema. git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11170 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
16900934cf
commit
908f8f2b07
1 changed files with 1 additions and 1 deletions
|
|
@ -24,6 +24,6 @@
|
|||
<column name="last_update" var="last_update" default="curdate()" />
|
||||
<column name="ipaddress" var="ipaddress" default="ipaddress()" />
|
||||
<column name="list_order" var="list_order" default="0" />
|
||||
<column name="status" var="status" notnull="notnull" default="0" />
|
||||
<column name="status" var="status" notnull="notnull" default="1" />
|
||||
</columns>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue