aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-19 10:16:35 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-19 10:16:35 +0800
commita63a20c42f5bf743bfd5992f661a3e2951fc6baa (patch)
treed9fc84cfbdeeac39f653b4b9534aa4f3b45dc4a8 /resources
parent61bbe1952821a9c1b6e3f73b75e1f3b2f638e51e (diff)
Update vfc-catalog license head
Change-Id: If7379fb0e0156034e503059473665f4c93fc2e0b Issue-ID: VFC-376 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'resources')
-rw-r--r--resources/bin/initDB.sh1
-rw-r--r--resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql2
2 files changed, 1 insertions, 2 deletions
diff --git a/resources/bin/initDB.sh b/resources/bin/initDB.sh
index 0971e00a..b4fe39ec 100644
--- a/resources/bin/initDB.sh
+++ b/resources/bin/initDB.sh
@@ -47,4 +47,3 @@ do
done
echo "init nfvocatalog database success!"
exit 0
-
diff --git a/resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql b/resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql
index 5e72e608..5776db4a 100644
--- a/resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql
+++ b/resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql
@@ -28,4 +28,4 @@ GRANT ALL PRIVILEGES ON mysql.* TO 'nfvocatalog'@'%' IDENTIFIED BY 'nfvocatalog'
GRANT ALL PRIVILEGES ON nfvocatalog.* TO 'nfvocatalog'@'localhost' IDENTIFIED BY 'nfvocatalog' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON mysql.* TO 'nfvocatalog'@'localhost' IDENTIFIED BY 'nfvocatalog' WITH GRANT OPTION;
-FLUSH PRIVILEGES; \ No newline at end of file
+FLUSH PRIVILEGES;