Skip to content

Commit 2a6ffa6

Browse files
committed
persistence fixes
1 parent 9fefdc2 commit 2a6ffa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logicaldoc-webservice/src/main/resources/mappings/WebserviceCall.hbm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
<property name="geolocation" type="string" column="ld_geolocation" length="255" />
2929
<property name="device" type="string" column="ld_device" length="255" />
3030
<property name="protocol" type="string" column="ld_protocol" length="255" />
31+
<property name="notified" type="int" column="ld_notified" not-null="true" />
3132
</class>
3233
</hibernate-mapping>

0 commit comments

Comments
 (0)