Skip to content

Commit

Permalink
fix: add drop index to revert files
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jun 25, 2020
1 parent 816142f commit 2049677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/revert/tables/facility_001.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion schema/revert/tables/organisation_001.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 2049677

Please sign in to comment.