]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/unit/mysql-test-destroy.sql
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / tests / unit / mysql-test-destroy.sql
1 drop table if exists test_page;
2 drop table if exists test_version;
3 drop table if exists test_recent;
4 drop table if exists test_nonempty;
5 drop table if exists test_link;
6 drop table if exists test_session;
7
8 -- since 1.3.7:
9
10 drop table if exists test_pref;
11 drop table if exists test_user;
12 drop table if exists test_member;
13
14 drop table if exists test_rating;