summaryrefslogtreecommitdiffstats
path: root/res/assembly
diff options
context:
space:
mode:
Diffstat (limited to 'res/assembly')
-rwxr-xr-xres/assembly/bin/initDB.sh1
-rw-r--r--res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql2
-rw-r--r--res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql2
3 files changed, 0 insertions, 5 deletions
diff --git a/res/assembly/bin/initDB.sh b/res/assembly/bin/initDB.sh
index 5ad52f5..ec213fd 100755
--- a/res/assembly/bin/initDB.sh
+++ b/res/assembly/bin/initDB.sh
@@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-
DIRNAME=`dirname $0`
HOME=`cd $DIRNAME/; pwd`
user=$1
diff --git a/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql b/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql
index 941ad16..d15e63e 100644
--- a/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql
+++ b/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql
@@ -1,4 +1,3 @@
---
-- Copyright 2017 ZTE Corporation.
--
-- Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
-
/******************drop old database and user***************************/
use mysql;
drop database IF EXISTS gvnfm;
diff --git a/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql b/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql
index 1facf38..66e5a75 100644
--- a/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql
+++ b/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql
@@ -1,4 +1,3 @@
---
-- Copyright 2017 ZTE Corporation.
--
-- Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
-
use gvnfm;
CREATE TABLE `NFINST` (