witten
/
luminotes
Archived
1
0
Fork 0

Updated with missing DROP of group-related tables/views.

This commit is contained in:
Dan Helfman 2008-08-03 13:57:03 -07:00
parent b7e07fbc72
commit 1c44759ca5
1 changed files with 3 additions and 0 deletions

View File

@ -1,11 +1,14 @@
DROP VIEW luminotes_user_current;
DROP TABLE luminotes_user;
DROP VIEW luminoes_group_current;
DROP TABLE luminotes_group;
DROP VIEW note_current;
DROP TABLE note;
DROP VIEW notebook_current;
DROP TABLE notebook;
DROP TABLE password_reset;
DROP TABLE user_notebook;
DROP TABLE user_group;
DROP TABLE invite;
DROP TABLE file;
DROP FUNCTION drop_html_tags( text );