DBCFX_SM_674: fix (parziale) delete not-null property true on field it.valueteam.gnp.dao.db.hb.GnpNowD82RichiesteIn.tipoEvento

This commit is contained in:
vincenzofariello
2024-05-21 11:19:20 +02:00
parent ba61f5cb20
commit c3fe62a109

View File

@@ -26,7 +26,7 @@
<column name="TIPO_NOTIFICA" length="20" not-null="true" /> <column name="TIPO_NOTIFICA" length="20" not-null="true" />
</property> </property>
<property name="tipoEvento" type="string"> <property name="tipoEvento" type="string">
<column name="TIPO_EVENTO" length="20" not-null="true" /> <column name="TIPO_EVENTO" length="20" />
</property> </property>
<property name="codiceOperatoreRecipient" type="string"> <property name="codiceOperatoreRecipient" type="string">
<column name="CODICE_OPERATORE_RECIPIENT" length="3" not-null="true" /> <column name="CODICE_OPERATORE_RECIPIENT" length="3" not-null="true" />
@@ -35,7 +35,7 @@
<column name="CODICE_OPERATORE_WHS" length="3" not-null="true" /> <column name="CODICE_OPERATORE_WHS" length="3" not-null="true" />
</property> </property>
<property name="codiceOrdineWhs" type="string"> <property name="codiceOrdineWhs" type="string">
<column name="CODICE_ORDINE_WHS" length="31" not-null="true" /> <column name="CODICE_ORDINE_WHS" length="31" />
</property> </property>
<property name="codiceRisorsa" type="string"> <property name="codiceRisorsa" type="string">
<column name="CODICE_RISORSA" length="12" /> <column name="CODICE_RISORSA" length="12" />