Skip to content

Commit

Permalink
chore(release): fix adp linkage (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackScanlon authored Nov 10, 2023
1 parent ebda67a commit 72e8da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CodeListLibrary_project/clinicalcode/views/adminTemp.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ def admin_force_adp_linkage(request):
sql = '''
update public.clinicalcode_historicalgenericentity entity
set
entity.group_id = selected.group_id,
entity.brands = selected.brands
group_id = selected.group_id,
brands = selected.brands
from public.clinicalcode_genericentity selected
where entity.id = selected.id
and 1 = any(selected.brands);
Expand Down

0 comments on commit 72e8da3

Please sign in to comment.