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.5 -r1.6 --- openacs-4/packages/contacts/sql/postgresql/upgrade/upgrade-1.2b3-1.2b4.sql 18 Feb 2006 10:45:28 -0000 1.5 +++ openacs-4/packages/contacts/sql/postgresql/upgrade/upgrade-1.2b3-1.2b4.sql 23 Feb 2006 20:39:21 -0000 1.6 @@ -10,10 +10,6 @@ -- contacts is no longer singleton. this cannot be updated via the info file update apm_package_types set singleton_p = FALSE where package_key = 'contacts'; --- 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' ); - -- 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