diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2019-07-19 11:18:58 +0000 |
---|---|---|
committer | Lathish <lathishbabu.ganesan@est.tech> | 2019-07-19 11:18:58 +0000 |
commit | 5300156eb4c8065f32800946f791e93bb1db0ef0 (patch) | |
tree | 182364aac08e7b8b73bff5281995372fe0d383de /installation | |
parent | 67c81e891ecfe0db6d82af82bcf16b39d2fb1a9d (diff) |
Fixed Deadlock issue in Sync API
Issue-ID: APPC-1638
Change-Id: I4f48f570180662870fb22bba0598dd98db961d88
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/src/main/resources/sdnctl.dump | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installation/appc/src/main/resources/sdnctl.dump b/installation/appc/src/main/resources/sdnctl.dump index dc7c08b..41e8ef8 100644 --- a/installation/appc/src/main/resources/sdnctl.dump +++ b/installation/appc/src/main/resources/sdnctl.dump @@ -1258,7 +1258,8 @@ CREATE TABLE `UPLOAD_CONFIG` ( `PENDING_DELETE` varchar(1) DEFAULT NULL, `CONTENT` longtext, PRIMARY KEY (`UPLOAD_CONFIG_ID`), - UNIQUE KEY `UPLOAD_CONFIG_ID` (`UPLOAD_CONFIG_ID`) + UNIQUE KEY `UPLOAD_CONFIG_ID` (`UPLOAD_CONFIG_ID`), + KEY `VNF_ID` (`VNF_ID`) ) ENGINE=InnoDB AUTO_INCREMENT=1656 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; |