]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/mssql-destroy.sql
fix bug 1492846: blanks after --, no CHARSET for portability
[SourceForge/phpwiki.git] / schemas / mssql-destroy.sql
1 -- $Id: mssql-destroy.sql,v 1.3 2005-09-28 19:27:23 rurban Exp $
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;