From 4338488b0410a87b553bfa7ae54b16837b108487 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 May 2020 22:17:36 -0700 Subject: 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. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 62c18bd..1a21c1a 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.2.3