From 606baaeec58b2098aa4862260df13d5b0a330304 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 19 Mar 2009 12:52:43 +0000 Subject: [PATCH] postgresql 8.3 is more picky about types, needed to be able to successfuly enter www under f10 --- drupal-hacks/database.pgsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal-hacks/database.pgsql b/drupal-hacks/database.pgsql index 91c8050..d5f07dc 100644 --- a/drupal-hacks/database.pgsql +++ b/drupal-hacks/database.pgsql @@ -8,4 +8,4 @@ INSERT INTO system (filename, name, type, description, status, throttle, bootstr INSERT INTO users(uid,name,mail) VALUES(1,'drupal',''); -- PlanetLab: Replace default user login block with PlanetLab login block -update blocks set module='planetlab' where module='user' and delta=0; +update blocks set module='planetlab' where module='user' and delta='0'; -- 2.43.0