Commit d7bbfea
committed
Remove raw SQL condition from CollectionFileSizeTrigger.
The `pgtrigger.Condition('OLD.* IS DISTINCT FROM NEW.*')` condition is
equivalent to `pgtrigger.AnyChange()`, which is easier to inspect and reason
about. This change replaces the former with the latter.1 parent 6ae81b1 commit d7bbfea
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
0 commit comments