Add ip bind info in Dockerfile
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / deployment / src / main / release / db / mysql / db-schema.sql
index 1b2b602..2f2c891 100644 (file)
@@ -17,7 +17,7 @@
 
 /******************drop old database and user***************************/
 use mysql;
-drop database IF  EXISTS vnfm_db;
+drop database IF EXISTS vnfm_db;
 delete from user where User='vnfm';
 FLUSH PRIVILEGES;