From f9cf907ffc99b6868b305ac7b90b83628ec7b303 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Tue, 8 Apr 2008 11:01:00 +1200 Subject: [PATCH] added breakfast drop --- plugins/serendipity_plugin_breakfast/drop.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/serendipity_plugin_breakfast/drop.sql diff --git a/plugins/serendipity_plugin_breakfast/drop.sql b/plugins/serendipity_plugin_breakfast/drop.sql new file mode 100644 index 0000000..d6feb76 --- /dev/null +++ b/plugins/serendipity_plugin_breakfast/drop.sql @@ -0,0 +1,7 @@ +DROP TABLE mbg_cafe; +DROP TABLE mbg_meal; +DROP TABLE mbg_person; +DROP TABLE mbg_event; +DROP TABLE mbg_attendee; +DROP TABLE mbg_category; +DROP TABLE mbg_score; -- 2.39.5