From: Penny Leach Date: Mon, 7 Apr 2008 23:01:00 +0000 (+1200) Subject: added breakfast drop X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4df5ba7549fd4b23d043bc2513d28da6d40bdabf;p=s9y.git added breakfast drop --- 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;