andrewg
committed
on 06 Apr 04
Removing acs_objects_package_id_fk constraint, which was breaking the install. We can put it back in and have things work if we first rearr… Show more
Removing acs_objects_package_id_fk constraint, which was breaking the install.  We can put it back in and have things work if we first rearrange the code in apm_package.new to perform the insert into apm_packages before the update on acs_objects.  But for now we'll do as the PG version does, which is to not define the constraint at all.

Show less