summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ussuri-fix-delete-datastore-version.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/ussuri-fix-delete-datastore-version.yaml')
-rw-r--r--releasenotes/notes/ussuri-fix-delete-datastore-version.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/ussuri-fix-delete-datastore-version.yaml b/releasenotes/notes/ussuri-fix-delete-datastore-version.yaml
new file mode 100644
index 00000000..3a73cadb
--- /dev/null
+++ b/releasenotes/notes/ussuri-fix-delete-datastore-version.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - Fixed the issue that datastore version cannot be deleted because of
+ dependency of deleted instances. Now, when instance or backup is
+ deleted, the datastore version attribute is set to NULL in database.
+ When datastore configuration parameter is deleted, the record is
+ deleted from database rather than only set 'deleted' field to 1.