witten
/
luminotes
Archived
1
0
Fork 0

Fixed typo in table name. Added schema_version to dropped tables.

This commit is contained in:
Dan Helfman 2008-10-28 14:03:21 -07:00
parent f1941899df
commit 4048240419
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
DROP VIEW luminotes_user_current;
DROP TABLE luminotes_user;
DROP VIEW luminoes_group_current;
DROP VIEW luminotes_group_current;
DROP TABLE luminotes_group;
DROP VIEW note_current;
DROP TABLE note;
@ -15,4 +15,5 @@ DROP TABLE file;
DROP TABLE tag;
DROP TABLE tag_notebook;
DROP TABLE tag_note;
DROP TABLE schema_version;
DROP FUNCTION drop_html_tags( text );