- All Implemented Interfaces:
- BootstrapUpgradeTask, UpgradeTask
public class UpgradeTask5861DeleteOrphanedPlanVcsRevisionHistoryItems
extends AbstractBootstrapUpgradeTask
PLAN_VCS_HISTORY.VCS_LOCATION is a foreign key to VCS_LOCATION table. This constraint was not created by Hibernate 2
but Hibernate 3 attempts to create it and fails when PLAN_VCS_HISTORY contains orphaned records.
This bootstrap upgrade task will remove orphaned records, making it possible for Hibernate 3 to create appropriate foreign key.