]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/mssql-destroy.sql
Fix bug 3492111: add space after "--" in comments
[SourceForge/phpwiki.git] / schemas / mssql-destroy.sql
1 -- $Id$
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
10 DROP TABLE pref;
11 -- DROP TABLE user;
12 DROP TABLE member;
13
14 -- wikilens theme
15 DROP TABLE rating;
16
17 DROP TABLE accesslog;