]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/sqlite-destroy.sql
LANGUAGE SQL quote problems with TEXT: just use update_recent()
[SourceForge/phpwiki.git] / schemas / sqlite-destroy.sql
1 -- http://www.hezmatt.org/~mpalmer/sqlite-phpwiki/sqlite.sql
2
3 -- $Id: sqlite-destroy.sql,v 1.3 2005-09-28 19:27:23 rurban Exp $
4
5 DROP TABLE page;
6 DROP TABLE version;
7 DROP TABLE recent;
8 DROP TABLE nonempty;
9 DROP TABLE link;
10 DROP TABLE session;
11 DROP TABLE pref;
12 DROP TABLE member;
13 DROP TABLE rating;
14 DROP TABLE accesslog;