diff --git a/api/apps/api/src/migrations/api/1694192071502-AddScenarioToCostSurfaceAPIRelationship.ts b/api/apps/api/src/migrations/api/1694192071502-AddScenarioToCostSurfaceAPIRelationship.ts index 8b9d7d93b5..f799ffb449 100644 --- a/api/apps/api/src/migrations/api/1694192071502-AddScenarioToCostSurfaceAPIRelationship.ts +++ b/api/apps/api/src/migrations/api/1694192071502-AddScenarioToCostSurfaceAPIRelationship.ts @@ -72,10 +72,6 @@ async function costSurfaceMigrationUp(queryRunner: QueryRunner): Promise { } ///////////////////////// Geo processing Side - // Fix a small bug that would prevent having more than 1 cost surface with shared PUs - await geoQueryRunner.query(`ALTER TABLE cost_surface_pu_data DROP CONSTRAINT if exists cost_surface_pu_data_puid_key; - ALTER TABLE cost_surface_pu_data ADD CONSTRAINT unique_cost_surface_puid UNIQUE (cost_surface_id, puid);`); - const updatedScenarios: { id: string; cost_surface_id: string;