Commit 613e9d1
committed
Fix mapping issue with consent.deleted_at
Prior to this change, the production schema would differ from the Doctrine mapping.
On prod, deleted_at was `NOT NULL, default=0000-00-00 00:00:00`.
This is correct, as it is part of the primary key, and cannot be null.
This change corrects the mapping to align with production.
See #19061 parent 764bba4 commit 613e9d1
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
0 commit comments