Skip to content

Commit

Permalink
Update migration-notes.md
Browse files Browse the repository at this point in the history
fixed deletion sql for version <= 40
  • Loading branch information
zubaira authored Jan 24, 2025
1 parent beb2540 commit bd08a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releases/2.42/migration-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ BEGIN
SELECT COUNT(trackedentityinstanceid)
INTO invalid_count
FROM trackedentityinstance
FROM trackedentityinstance te
WHERE trackedentitytypeid IS NULL AND NOT EXISTS (
SELECT 1
FROM programinstance e JOIN program p on e.programid = p.programid
Expand Down Expand Up @@ -641,4 +641,4 @@ BEGIN
END;
$$;
```
```

0 comments on commit bd08a42

Please sign in to comment.