-- -- Set the context ID of existing calendars to the package_id -- -- @cvs-id $Id: upgrade-2.0d1-2.0b2.sql,v 1.1.2.1 2003/11/25 00:07:19 lars Exp $ -- update acs_objects set context_id = package_id from calendars where calendar_id = object_id;