0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
schemas
/
[
Home
]
File: mysql-destroy.sql
-- $Id: mysql-destroy.sql 6203 2008-08-26 13:23:56Z vargenau $ drop table if exists page; drop table if exists version; drop table if exists recent; drop table if exists nonempty; drop table if exists link; drop table if exists session; -- upgrade from 1.3.7: drop table if exists pref; --drop table if exists user; drop table if exists member; -- if you plan to use the wikilens theme drop table if exists rating;