Commit 752a826
committed
Update stored procedure to account for associations
Previously, the `DeleteOrphanedLastModifiedAttributes` only accounted for `Attributes` and `ExtendedAttributes`, not `Relationships` and `TopicReferences`—and, as such, would not tripped if the only updates beyond `LastModified` or `LastModifiedBy` were in the association tables. This resolves that issue, as well as #88.1 parent 96fb71d commit 752a826
1 file changed
Lines changed: 8 additions & 0 deletions
File tree
- OnTopic.Data.Sql.Database/Utilities/Stored Procedures
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
| 52 | + | |
| 53 | + | |
46 | 54 | | |
47 | 55 | | |
48 | 56 | | |
| |||
0 commit comments