document_categories.xml

add column 'color'

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5198 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-01-02 05:09:43 +00:00
parent d2707f9152
commit 56acdeca75

View file

@ -9,4 +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" />
</table>