diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-02-25 13:58:36 +0100 |
---|---|---|
committer | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-03-08 10:49:33 +0000 |
commit | ea2969fd3bbfe52cbe4f41546dd40d68321c233b (patch) | |
tree | 2a8288ca4f1913176d5c3fb77a897af4c3177768 /extra | |
parent | c39367c1eab308b9b66d571a496b0652cb728dde (diff) |
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 <sebastien.determe@intl.att.com>
Change-Id: I4108c9fa2b986cc5aff11b8710bc6ad722c52f46
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/sql/dump/backup-data-only.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |