]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/unit/mysql-test-destroy.sql
pcre crash and mysql helpers
[SourceForge/phpwiki.git] / tests / unit / mysql-test-destroy.sql
1 -- $Id: mysql-test-destroy.sql,v 1.1 2004-11-03 16:55:03 rurban Exp $
2
3 drop table if exists test_page;
4 drop table if exists test_version;
5 drop table if exists test_recent;
6 drop table if exists test_nonempty;
7 drop table if exists test_link;
8 drop table if exists test_session;
9
10 -- since 1.3.7:
11
12 drop table if exists test_pref;
13 drop table if exists test_user;
14 drop table if exists test_member;
15
16 drop table if exists test_rating;