]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/mysql-destroy.sql
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / schemas / mysql-destroy.sql
1 drop table if exists page;
2 drop table if exists version;
3 drop table if exists recent;
4 drop table if exists nonempty;
5 drop table if exists link;
6 drop table if exists session;
7
8 -- upgrade from 1.3.7:
9
10 drop table if exists pref;
11 -- drop table if exists user;
12 drop table if exists member;
13 drop table if exists accesslog;
14
15 -- if you plan to use the wikilens theme
16 drop table if exists rating;