[AAI-148 Amsterdam] schema change.
[aai/aai-common.git] / aai-core / src / main / java / org / openecomp / aai / dbmodel / DbEdgeRules.java
index 3f11492..1e6a149 100644 (file)
@@ -428,5 +428,6 @@ public class DbEdgeRules {
                        .putAll("entitlement","THIS_NODE_ONLY")
                        .putAll("license","THIS_NODE_ONLY")
                        .putAll("zone", "THIS_NODE_ONLY")
-                       .putAll("route-target", "CASCADE_TO_CHILDREN").build();
+                       .putAll("route-target", "CASCADE_TO_CHILDREN")
+                       .putAll("sriov-pf", "THIS_NODE_ONLY").build();
 }