mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
fix document_categories color column length
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6760 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
218748b893
commit
81122035ce
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@
|
|||
<column name="last_update" type="date" />
|
||||
<column name="list_order" type="number" size="11" notnull="notnull" />
|
||||
<column name="group_srls" type="text" />
|
||||
<column name="color" type="char" size="7" />
|
||||
<column name="color" type="varchar" size="11" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue