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:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user