We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fefdc2 commit 2a6ffa6Copy full SHA for 2a6ffa6
logicaldoc-webservice/src/main/resources/mappings/WebserviceCall.hbm.xml
@@ -28,5 +28,6 @@
28
<property name="geolocation" type="string" column="ld_geolocation" length="255" />
29
<property name="device" type="string" column="ld_device" length="255" />
30
<property name="protocol" type="string" column="ld_protocol" length="255" />
31
+ <property name="notified" type="int" column="ld_notified" not-null="true" />
32
</class>
33
</hibernate-mapping>
0 commit comments