Get policy in CsarInstaller
[clamp.git] / src / main / java / org / onap / clamp / loop / template / LoopElementModel.java
index e3f05a0..0a0831b 100644 (file)
@@ -70,7 +70,7 @@ public class LoopElementModel extends AuditEntity implements Serializable {
     /**
      * Here we store the blueprint coming from DCAE.
      */
-    @Column(columnDefinition = "MEDIUMTEXT", nullable = false, name = "blueprint_yaml")
+    @Column(columnDefinition = "MEDIUMTEXT", name = "blueprint_yaml")
     private String blueprint;
 
     /**