You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update encounter
set address_id = individual.address_id,
manual_update_history = 'ticket-3234'
from individual
where individual.id = encounter.individual_id and individual.address_id <> encounter.address_id;
select count(*) from individual
join encounter e on individual.id = e.individual_id
where e.address_id <> individual.address_id;
commit;
So to do now:
update encounter set last_modified_date_time=current_timestamp, last_modified_by_id=11084
where manual_update_history='ticket-3234';
The text was updated successfully, but these errors were encountered:
ticket: https://avni.freshdesk.com/a/tickets/3234?lang=en but didn’t update last_modified_date_time.
So to do now:
update encounter set last_modified_date_time=current_timestamp, last_modified_by_id=11084
where manual_update_history='ticket-3234';
The text was updated successfully, but these errors were encountered: