dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #24480
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12004: Setting message to text type
------------------------------------------------------------
revno: 12004
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-09-10 09:56:58 +0200
message:
Setting message to text type
modified:
dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/message/hibernate/Message.hbm.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/message/hibernate/Message.hbm.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/message/hibernate/Message.hbm.xml 2012-12-13 11:53:32 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/message/hibernate/Message.hbm.xml 2013-09-10 07:56:58 +0000
@@ -18,7 +18,7 @@
<property name="lastUpdated" type="timestamp" />
- <property name="text" column="messagetext" />
+ <property name="text" column="messagetext" type="text" />
<property name="metaData" column="metadata" />