]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/sqlite-destroy.sql
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / schemas / sqlite-destroy.sql
1 -- http://www.hezmatt.org/~mpalmer/sqlite-phpwiki/sqlite.sql
2
3 DROP TABLE page;
4 DROP TABLE version;
5 DROP TABLE recent;
6 DROP TABLE nonempty;
7 DROP TABLE link;
8 DROP TABLE session;
9 DROP TABLE pref;
10 DROP TABLE member;
11 DROP TABLE rating;
12 DROP TABLE accesslog;