witten
/
luminotes
Archived
1
0
Fork 0

Adding drop for session table.

This commit is contained in:
Dan Helfman 2008-11-07 12:29:25 -08:00
parent 1b6f8402ee
commit c9ca87c544
1 changed files with 1 additions and 0 deletions

View File

@ -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 );