diff options
Diffstat (limited to 'mso-catalog-db/src/main/resources/ArRecipe.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/ArRecipe.hbm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml index fedfe31551..a840093561 100644 --- a/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml +++ b/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml @@ -37,7 +37,7 @@ <column name="MODEL_NAME" not-null="true" length="20"/> </property> <property name="action" type="string" > - <column name="ACTION" not-null="true" length="20"/> + <column name="ACTION" not-null="true" length="40"/> </property> <property name="version" type="string"> <column name="VERSION_STR" not-null="true" length="20"/> @@ -59,4 +59,4 @@ </property> </class> -</hibernate-mapping>
\ No newline at end of file +</hibernate-mapping> |