]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/mysql-destroy.sql
sql updates for the 1.3.11 release. (this should work for other sql databases also)
[SourceForge/phpwiki.git] / schemas / mysql-destroy.sql
1 -- $Id: mysql-destroy.sql,v 1.1 2004-07-22 16:49:19 dfrankow 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;