]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/unit/mysql-test-destroy.sql
Remove rcs_id
[SourceForge/phpwiki.git] / tests / unit / mysql-test-destroy.sql
1 -- $Id$
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;