From c9ca87c54485c96b57d5a1c038476ae65d0679f2 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 7 Nov 2008 12:29:25 -0800 Subject: [PATCH] Adding drop for session table. --- model/drop.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/model/drop.sql b/model/drop.sql index 6645cd4..d57d69c 100644 --- a/model/drop.sql +++ b/model/drop.sql @@ -16,4 +16,5 @@ DROP TABLE tag; DROP TABLE tag_notebook; DROP TABLE tag_note; DROP TABLE schema_version; +DROP TABLE session; DROP FUNCTION drop_html_tags( text );