diff options
Diffstat (limited to 'mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml index 4a039a45c4..2ca823fcba 100644 --- a/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml +++ b/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml @@ -43,9 +43,6 @@ <property name="modelInstanceName" type="java.lang.String"> <column name="MODEL_INSTANCE_NAME" length="200" not-null="true"/> </property> - <!-- <property name="created" type="java.sql.Timestamp"> - <column name="CREATION_TIMESTAMP" /> - </property> --> <property name="created" type="timestamp" generated="insert" update="false" insert="false" > <column name="CREATION_TIMESTAMP" not-null="true"/> </property> |