aboutsummaryrefslogtreecommitdiffstats
path: root/components/resource-dict/load/resource_dictionary/vf-nf-code.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/vf-nf-code.json')
-rw-r--r--components/resource-dict/load/resource_dictionary/vf-nf-code.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/resource-dict/load/resource_dictionary/vf-nf-code.json b/components/resource-dict/load/resource_dictionary/vf-nf-code.json
index 0d25d0e94..adbd22af8 100644
--- a/components/resource-dict/load/resource_dictionary/vf-nf-code.json
+++ b/components/resource-dict/load/resource_dictionary/vf-nf-code.json
@@ -7,8 +7,8 @@
"type" : "string"
},
"sources" : {
- "db" : {
- "type" : "source-db",
+ "primary-db" : {
+ "type" : "source-primary-db",
"properties" : {
"type" : "SQL",
"query" : "select sdnctl.VF_MODEL.nf_code as vf_nf_code from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:customizationid",