Commit 965c397
authored
Fix evolution 158 (as it was run)
The update only updates multiUsers that have at least one user. If a multiUser exists with no associated user (e.g. the account was deleted but the multiUser row remains), that multiUser row never gets its firstName/lastName set, leaving them NULL.
To handle this case, we explicitly set those multiusers’ names to "<deleted>".1 parent 3f7e4a4 commit 965c397
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments