Skip to content

Commit

Permalink
Update update-tracked-entity-attribute-values-in-legacy-data.sql
Browse files Browse the repository at this point in the history
Make sure we omit the events that have been deleted
  • Loading branch information
stratosilva authored Nov 20, 2024
1 parent 721e9ec commit d2b22a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BEGIN
FROM
programstageinstance AS psi
WHERE
psi.deleted = false AND
psi.programinstanceid IN (
SELECT
pi.programinstanceid
Expand Down

0 comments on commit d2b22a3

Please sign in to comment.