From 7270e4cabcef76d94e2c915e56b178281a1e82c3 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 11 Dec 2004 23:52:48 +0000 Subject: [PATCH] Drop appMaintainerQueue if it exists. --- tables/appdb_tables.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/tables/appdb_tables.sql b/tables/appdb_tables.sql index a0cb87d..a088418 100644 --- a/tables/appdb_tables.sql +++ b/tables/appdb_tables.sql @@ -20,6 +20,7 @@ drop table if exists appVotes; drop table if exists appRating; drop table if exists appNotes; drop table if exists appMaintainers; +drop table if exists appMaintainerQueue; drop table if exists sessionMessages;