Skip to content

Commit

Permalink
fix: use fully qualified name for drop index statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jun 25, 2020
1 parent 2049677 commit 827f34d
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;

drop index facility_swrs_facility_id_uindex;
drop index ggircs_portal.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;

drop index organisation_swrs_organisation_id_uindex;
drop index ggircs_portal.organisation_swrs_organisation_id_uindex;

commit;

0 comments on commit 827f34d

Please sign in to comment.