0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
tests
/
unit
/
[
Home
]
File: mysql-test-destroy.sql
-- $Id: mysql-test-destroy.sql 6206 2008-08-26 15:20:22Z vargenau $ drop table if exists test_page; drop table if exists test_version; drop table if exists test_recent; drop table if exists test_nonempty; drop table if exists test_link; drop table if exists test_session; -- since 1.3.7: drop table if exists test_pref; drop table if exists test_user; drop table if exists test_member; drop table if exists test_rating;