[geeklog-cvs] geeklog-1.3/sql/updates mysql_1.3.9_to_1.3.10.php,1.15,1.16

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Sep 5 08:03:59 EDT 2004


Update of /var/cvs/geeklog-1.3/sql/updates
In directory www:/tmp/cvs-serv21561/updates

Modified Files:
	mysql_1.3.9_to_1.3.10.php 
Log Message:
Removed obsolete 'rdf_sids' entry from the 'vars' table (again).


Index: mysql_1.3.9_to_1.3.10.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/updates/mysql_1.3.9_to_1.3.10.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** mysql_1.3.9_to_1.3.10.php	3 Sep 2004 19:59:56 -0000	1.15
--- mysql_1.3.9_to_1.3.10.php	5 Sep 2004 12:03:57 -0000	1.16
***************
*** 148,151 ****
--- 148,155 ----
  $_SQL[] = "ALTER TABLE {$_TABLES['blocks']} ADD INDEX blocks_name(name)";
  
+ // remove unused entry (moved to 'syndication' table)
+ // (this is obsolete since 1.3.9 but was still present in fresh 1.3.9 installs)
+ $_SQL[] = "DELETE FROM {$_TABLES['vars']} WHERE name = 'rdf_sids'";
+ 
  // Time to add the SpamX table
  $_SQL[] = "CREATE TABLE {$_TABLES['spamx']} ("




More information about the geeklog-cvs mailing list