Skip to content

Commit

Permalink
HOCS-6410: remvoe alter statement to run as root (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothon84 authored Sep 13, 2023
1 parent 706e001 commit 59b7516
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ FROM (SELECT correspondent.fullname,
WHERE correspondent.deleted = false) correspondents_by_case
GROUP BY correspondents_by_case.case_uuid;

alter table correspondents_json_by_case
owner to root;

Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,3 @@ FROM casework.stage s
LIMIT 1) sc ON true
LEFT JOIN casework.topic t ON c.primary_topic_uuid = t.uuid
WHERE NOT c.deleted;

alter table stage_data
owner to root;

0 comments on commit 59b7516

Please sign in to comment.