diff options
author | 2018-05-23 17:24:46 +0000 | |
---|---|---|
committer | 2018-05-23 17:24:46 +0000 | |
commit | 31ebc611022f89151d8b82d78d09d2f597071bd8 (patch) | |
tree | b362daa1157677e103df90d9fb89652c85dff3ce /mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml | |
parent | c8540791fdbe2bccf3ae07798c0ff25a24ffd620 (diff) | |
parent | 43300fa65b5d8c2896a19d37c89876e17de5a40f (diff) |
Merge "NETWORK_RECIPE for CM flows"
Diffstat (limited to 'mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml index 2332324370..4a0b5fbf2a 100644 --- a/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml +++ b/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml @@ -70,7 +70,7 @@ <column name="MODEL_ID" not-null="true"/> </property> <property name="action" type="string" > - <column name="ACTION" not-null="true" length="20"/> + <column name="ACTION" not-null="true" length="40"/> </property> </properties> <property name="schemaVersion" column="SCHEMA_VERSION" type="string" length="20"/> @@ -84,4 +84,4 @@ <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/> </property> </class> -</hibernate-mapping>
\ No newline at end of file +</hibernate-mapping> |