From 10147e9d4c773bdfa0502f6d31487ac5be5146b3 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 11 Sep 2018 11:56:15 -0700 Subject: [PATCH] Add dg reference table rows Change-Id: I953adee5554c00374dc2c43e699f2d57a50bd152 Signed-off-by: Patrick Brady Issue-ID: APPC-1202 --- installation/appc/src/main/resources/sqlData.dump | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/installation/appc/src/main/resources/sqlData.dump b/installation/appc/src/main/resources/sqlData.dump index d272d4d..22cd779 100644 --- a/installation/appc/src/main/resources/sqlData.dump +++ b/installation/appc/src/main/resources/sqlData.dump @@ -43,5 +43,10 @@ UNLOCK TABLES; LOCK TABLES `DOWNLOAD_DG_REFERENCE` WRITE; INSERT INTO `DOWNLOAD_DG_REFERENCE` VALUES (1,'NETCONF-XML','DownloadXmlConfig'); +INSERT INTO DOWNLOAD_DG_REFERENCE (DOWNLOAD_DG_REFERENCE_ID, PROTOCOL, DOWNLOAD_CONFIG_DG) VALUES (0, 'ANSIBLE', 'DownloadAnsibleConfig'); +INSERT INTO DOWNLOAD_DG_REFERENCE (DOWNLOAD_DG_REFERENCE_ID, PROTOCOL, DOWNLOAD_CONFIG_DG) VALUES (0, 'CHEF', 'Generic_ChefDG'); +INSERT INTO DOWNLOAD_DG_REFERENCE (DOWNLOAD_DG_REFERENCE_ID, PROTOCOL, DOWNLOAD_CONFIG_DG) VALUES (0, 'CLI', 'DownloadIsbcConfig'); +INSERT INTO DOWNLOAD_DG_REFERENCE (DOWNLOAD_DG_REFERENCE_ID, PROTOCOL, DOWNLOAD_CONFIG_DG) VALUES (0, 'RESTCONF', 'DownloadRestconfConfig'); +INSERT INTO DOWNLOAD_DG_REFERENCE (DOWNLOAD_DG_REFERENCE_ID, PROTOCOL, DOWNLOAD_CONFIG_DG) VALUES (0, 'NETCONF', 'DownloadXmlConfig'); UNLOCK TABLES; -- 2.16.6