[Fusionforge-commits] r7525 - trunk/gforge/plugins/globalsearch/lib

Roland Mas lolando at libremir.placard.fr.eu.org
Wed Apr 29 11:42:50 CEST 2009


Author: lolando
Date: 2009-04-29 11:42:50 +0200 (Wed, 29 Apr 2009)
New Revision: 7525

Modified:
   trunk/gforge/plugins/globalsearch/lib/globalsearch-init.sql
Log:
Fixed SQL

Modified: trunk/gforge/plugins/globalsearch/lib/globalsearch-init.sql
===================================================================
--- trunk/gforge/plugins/globalsearch/lib/globalsearch-init.sql	2009-04-29 09:42:39 UTC (rev 7524)
+++ trunk/gforge/plugins/globalsearch/lib/globalsearch-init.sql	2009-04-29 09:42:50 UTC (rev 7525)
@@ -27,9 +27,9 @@
 );
 
 INSERT INTO plugin_globalsearch_assoc_site (title,link,onlysw,enabled,status_id,rank)
-VALUES ('FusionForge.org', 'https://fusionforge.org/', t, t, 1, 1) ;
+VALUES ('FusionForge.org', 'https://fusionforge.org/', 't', 't', 1, 1) ;
 INSERT INTO plugin_globalsearch_assoc_site (title,link,onlysw,enabled,status_id,rank)
-VALUES ('Alioth', 'https://alioth.debian.org/', t, t, 1, 2) ;
+VALUES ('Alioth', 'https://alioth.debian.org/', 't', 't', 1, 2) ;
 
 CREATE TABLE "plugin_globalsearch_assoc_site_project" (
   "assoc_site_id" integer DEFAULT '0' NOT NULL,




More information about the Fusionforge-commits mailing list