Revision: 7798
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7798&view=rev
Author: rurban
Date: 2010-12-23 12:43:55 +0000 (Thu, 23 Dec 2010)
Log Message:
-----------
drop new table accesslog also
Modified Paths:
--------------
trunk/schemas/mysql-destroy.sql
Modified: trunk/schemas/mysql-destroy.sql
===================================================================
--- trunk/schemas/mysql-destroy.sql 2010-12-21 13:23:45 UTC (rev 7797)
+++ trunk/schemas/mysql-destroy.sql 2010-12-23 12:43:55 UTC (rev 7798)
@@ -12,6 +12,7 @@
drop table if exists pref;
--drop table if exists user;
drop table if exists member;
+drop table if exists accesslog;
-- if you plan to use the wikilens theme
drop table if exists rating;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|