diff options
Diffstat (limited to 'mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml index 401bca1f8d..b8287ed122 100644 --- a/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml +++ b/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml @@ -52,8 +52,5 @@ <property name="created" type="timestamp" generated="insert" update="false" insert="false" > <column name="CREATION_TIMESTAMP" not-null="true"/> </property> - <!-- <property name="created" type="java.sql.Timestamp"> - <column name="CREATION_TIMESTAMP" /> - </property> --> </class> </hibernate-mapping> |