Commit 6ae81b1
committed
Remove raw SQL condition from generates_asset_upload_triggers.
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 3de765f commit 6ae81b1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
0 commit comments