add label icons back-end (model and database)

This commit is contained in:
Claudio Barril
2014-04-14 18:09:34 -03:00
parent 5d18283285
commit 9e992a8f61
7 changed files with 29 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
</id>
<property name="title"/>
<property name="color"/>
<property name="icon"/>
<many-to-one name="parent" column="parent_label_id" not-null="false"/>
<many-to-one name="creator" column="creator_id" unique="true" not-null="false" lazy="proxy"/>
</class>