From 6ad57756fdccc7fd3bf8a6fe88a13de52d5bfafa Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 15 Jul 2014 16:44:44 -0700 Subject: Also drop the new duo table when destroying the database In Wallet::Admin, add duo to the list of tables to drop when either destroying or reinitializing the database. Change-Id: I78790927f7d53b8d596e6ccb7c2340a341e404ae Reviewed-on: https://gerrit.stanford.edu/1549 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- perl/lib/Wallet/Admin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl') diff --git a/perl/lib/Wallet/Admin.pm b/perl/lib/Wallet/Admin.pm index d39c272..29b2f21 100644 --- a/perl/lib/Wallet/Admin.pm +++ b/perl/lib/Wallet/Admin.pm @@ -161,7 +161,7 @@ sub destroy { # Get an actual DBI handle and use it to delete all tables. my $dbh = $self->dbh; - my @tables = qw/acls acl_entries acl_history acl_schemes enctypes + my @tables = qw/acls acl_entries acl_history acl_schemes duo enctypes flags keytab_enctypes keytab_sync objects object_history sync_targets types dbix_class_schema_versions/; for my $table (@tables) { -- cgit v1.2.3