Index: openacs-4/packages/contacts/sql/postgresql/upgrade/upgrade-1.2b3-1.2b4.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/sql/postgresql/upgrade/upgrade-1.2b3-1.2b4.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/contacts/sql/postgresql/upgrade/upgrade-1.2b3-1.2b4.sql 15 Feb 2006 10:29:50 -0000 1.3 +++ openacs-4/packages/contacts/sql/postgresql/upgrade/upgrade-1.2b3-1.2b4.sql 16 Feb 2006 14:07:36 -0000 1.4 @@ -12,7 +12,7 @@ -- singleton contacts instances that are upgraded need to be set to use the -- subsites application group so that behavior doesn't change for users -update apm_parameter_values set attr_value = '1' where parameter_id in ( select parameter_id from apm_parameters where package_key = 'contacts' and parameter_name = 'UseSubsiteAsDefaultGroup' ); +update apm_parameter_values set attr_value = '1' where parameter_id in ( select parameter_id from apm_parameters where package_key = 'contacts' and parameter_name = 'UseSubsiteAsDefaultGroup' ); -- since contacts was singleton we know there is only one package_id we need to use -- in migrating all our user data to the appropriate package