From ea2969fd3bbfe52cbe4f41546dd40d68321c233b Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 25 Feb 2021 13:58:36 +0100 Subject: Add "delete policy" feature in UI Add delete policy functionality (call to backend) + insert Policies array in a tabs for future policy create operation + Ask column names during export of the test db Issue-ID: POLICY-2929 Signed-off-by: sebdet Change-Id: I4108c9fa2b986cc5aff11b8710bc6ad722c52f46 Signed-off-by: sebdet --- extra/sql/dump/backup-data-only.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/sql/dump') diff --git a/extra/sql/dump/backup-data-only.sh b/extra/sql/dump/backup-data-only.sh index cb8bc8b4f..8ebebf91d 100755 --- a/extra/sql/dump/backup-data-only.sh +++ b/extra/sql/dump/backup-data-only.sh @@ -4,7 +4,7 @@ # ============LICENSE_START======================================================= # ONAP CLAMP # ================================================================================ -# Copyright (C) 2019 AT&T Intellectual Property. All rights +# Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights # reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,7 @@ # limitations under the License. # ============LICENSE_END============================================ # =================================================================== -# +# ### -mysqldump -uroot -p$MYSQL_ROOT_PASSWORD -v --extended-insert=FALSE --no-create-db --no-create-info --databases cldsdb4 > /docker-entrypoint-initdb.d/dump/test-data.sql \ No newline at end of file +mysqldump -uroot -p$MYSQL_ROOT_PASSWORD -v --extended-insert=FALSE --complete-insert --no-create-db --no-create-info --databases cldsdb4 > /docker-entrypoint-initdb.d/dump/test-data.sql \ No newline at end of file -- cgit 1.2.3-korg