diff --git a/schema/revert/tables/facility_001.sql b/schema/revert/tables/facility_001.sql index fa4c6b7e3e..b4b6474d1b 100644 --- a/schema/revert/tables/facility_001.sql +++ b/schema/revert/tables/facility_001.sql @@ -2,6 +2,6 @@ begin; --- Unique indexes cannot be dropped, migration will be rolled back by original revert +drop index facility_swrs_facility_id_uindex; commit; diff --git a/schema/revert/tables/organisation_001.sql b/schema/revert/tables/organisation_001.sql index 01b3e5c7bf..862425aeca 100644 --- a/schema/revert/tables/organisation_001.sql +++ b/schema/revert/tables/organisation_001.sql @@ -2,6 +2,6 @@ begin; --- Unique indexes cannot be dropped, migration will be rolled back by original revert +drop index organisation_swrs_organisation_id_uindex; commit;