From 28da21ab49183d9fbdee54bb625ce2f16f0f00ed Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Tue, 22 Mar 2005 21:42:05 +0000
Subject: [PATCH] Add recent tables to TBDB_PHYSICAL_NODE_TABLES (used by
 deletenode).

---
 db/libdb.pm.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/db/libdb.pm.in b/db/libdb.pm.in
index e996075b4c..946f72b3d7 100644
--- a/db/libdb.pm.in
+++ b/db/libdb.pm.in
@@ -688,6 +688,9 @@ sub TBDB_PHYSICAL_NODE_TABLES() {
 	'widearea_nodeinfo'	=> [ 'node_id' ],
 	'widearea_recent'	=> [ 'node_id1', 'node_id2' ],
 	'wires'			=> [ 'node_id1', 'node_id2' ],
+	'node_startloc'		=> [ 'node_id' ],
+	'node_history'		=> [ 'node_id' ],
+	'node_bootlogs'		=> [ 'node_id' ],
     );
 }
 
-- 
GitLab