From ee79913831be70fc51c193ea4118a15abb038a67 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 15 Jul 2014 22:07:48 -0700 Subject: Fix ordering of table drops on wallet-admin destroy Fix the ordering of table drops during a wallet-admin destroy action to remove tables with foreign key references before the tables they are referencing. Should fix destroy in MySQL and other database engines that enforce referential integrity. Change-Id: I9b37c516f67acdf1d9e25222f067df6749e8c769 Reviewed-on: https://gerrit.stanford.edu/1558 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index da526c6..a8d0aef 100644 --- a/TODO +++ b/TODO @@ -143,8 +143,6 @@ Database: * WALLET-31: On upgrades, support adding new object types and ACL verifiers to the class tables. - * WALLET-76: Fix wallet-admin destroy with MySQL. - Objects: * WALLET-32: Check whether we can just drop the realm restriction on -- cgit v1.2.3