]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/mysql-destroy.sql
fix bug 1492846: blanks after --, no CHARSET for portability
[SourceForge/phpwiki.git] / schemas / mysql-destroy.sql
1 -- $Id: mysql-destroy.sql,v 1.2 2005-09-28 19:27:23 rurban Exp $
2
3 drop table if exists page;
4 drop table if exists version;
5 drop table if exists recent;
6 drop table if exists nonempty;
7 drop table if exists link;
8 drop table if exists session;
9
10 -- upgrade from 1.3.7:
11
12 drop table if exists pref;
13 --drop table if exists user;
14 drop table if exists member;
15
16 -- if you plan to use the wikilens theme
17 drop table if exists rating;