diff options
author | Russ Allbery <eagle@eyrie.org> | 2020-05-17 22:17:36 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2020-05-17 22:17:36 -0700 |
commit | 4338488b0410a87b553bfa7ae54b16837b108487 (patch) | |
tree | 19ffae4753e8f216a03244a695e48e910c82a754 /NEWS | |
parent | 47c722846ece5eb460d91c243e4358eb31e4614b (diff) |
Fix table drop order when destroying the database
Fix the table drop order for wallet-admin destroy to avoid violating
foreign key constraints. Patch from macrotex.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ wallet 1.5 (unreleased) + Fix the table drop order for wallet-admin destroy to avoid violating + foreign key constraints. Patch from macrotex. + Update to rra-c-util 8.2: * Implement explicit_bzero with memset if it is not available. |