Add unit tests
[clamp.git] / src / main / java / org / onap / clamp / loop / Loop.java
index cc7f180..a4cd86d 100644 (file)
@@ -91,7 +91,7 @@ public class Loop implements Serializable {
     @Column(columnDefinition = "json", name = "model_properties_json")
     private JsonObject modelPropertiesJson;
 
-    @Column(nullable = false, name = "blueprint_yaml")
+    @Column(columnDefinition = "MEDIUMTEXT", nullable = false, name = "blueprint_yaml")
     private String blueprint;
 
     @Expose