Commit b3745bb
committed
fix(event-types): clarify delete-blocked error message
"event type has existing bookings" reads like cancelling all bookings
should unblock deletion, but bookings.event_type_id is ON DELETE RESTRICT
by design (historical record — cancelling only changes status, it never
removes the row). Spell that out so it doesn't look like a bug.1 parent aa4cbe8 commit b3745bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
714 | | - | |
| 714 | + | |
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
| |||
0 commit comments