Skip to content

Commit

Permalink
remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuseinov committed May 28, 2024
1 parent 5036b0e commit 5fc313f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export class UpdateMissionLgIdOnApplication1716918781617
WHERE
a.local_government_uuid IS NULL
AND as2.local_government_uuid IS NOT NULL
AND a.audit_updated_by IS NULL
)`;

await queryRunner.query(`
Expand Down

0 comments on commit 5fc313f

Please sign in to comment.