]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/sqlsrv-destroy.sql
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / schemas / sqlsrv-destroy.sql
1 DROP TABLE page;
2 DROP TABLE version;
3 DROP TABLE recent;
4 DROP TABLE nonempty;
5 DROP TABLE link;
6 DROP TABLE session;
7
8 DROP TABLE pref;
9 -- DROP TABLE user;
10 DROP TABLE member;
11
12 -- wikilens theme
13 DROP TABLE rating;
14
15 DROP TABLE accesslog;