[Fusionforge-commits] r11900 - trunk/src/plugins/wiki/www/schemas

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Mon Dec 27 18:36:55 CET 2010


Author: vargenau
Date: 2010-12-27 18:36:53 +0100 (Mon, 27 Dec 2010)
New Revision: 11900

Modified:
   trunk/src/plugins/wiki/www/schemas/mysql-destroy.sql
Log:
Phpwiki: drop new table accesslog also

Modified: trunk/src/plugins/wiki/www/schemas/mysql-destroy.sql
===================================================================
--- trunk/src/plugins/wiki/www/schemas/mysql-destroy.sql	2010-12-26 12:39:55 UTC (rev 11899)
+++ trunk/src/plugins/wiki/www/schemas/mysql-destroy.sql	2010-12-27 17:36:53 UTC (rev 11900)
@@ -1,4 +1,4 @@
--- $Id: mysql-destroy.sql 6203 2008-08-26 13:23:56Z vargenau $
+-- $Id: mysql-destroy.sql 7798 2010-12-23 12:43:55Z rurban $
 
 drop table if exists page;
 drop table if exists version;
@@ -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;




More information about the Fusionforge-commits mailing list