]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - schemas/mssql-destroy.sql
untested
[SourceForge/phpwiki.git] / schemas / mssql-destroy.sql
1 -- $Id: mssql-destroy.sql,v 1.1 2004-10-12 17:31:34 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;