Commit 42b8a94
committed
fix: remove created_at from hierarchy_module export config
The created_at field was the only timestamptz column exported for any
module table. Since it uses DEFAULT now(), it caused non-deterministic
output in constructive-db's generate:constructive pipeline. No other
module exports created_at — removing it for consistency and to
eliminate the non-determinism source.1 parent d0ba2da commit 42b8a94
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
675 | | - | |
| 674 | + | |
676 | 675 | | |
677 | 676 | | |
678 | 677 | | |
| |||
0 commit comments