Skip to content

Commit

Permalink
694 - Fix bracket location in query for the missing bc right rows
Browse files Browse the repository at this point in the history
  • Loading branch information
bferguso committed Jul 13, 2024
1 parent f7ba72f commit 36c54fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bcrhp/bcrhp/migrations/694_3_set_initial_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
where not officially_recognized_site
or __arches_get_concept_label(registration_status) not in ('Registered','Federal Jurisdiction')
union
select resourceinstanceid from heritage_site.instances i except (
select resourceinstanceid from heritage_site.bc_right r);
(select resourceinstanceid from heritage_site.instances i except (
select resourceinstanceid from heritage_site.bc_right r));
"""


Expand Down

0 comments on commit 36c54fc

Please sign in to comment.