Closed maxnoe closed 4 years ago
Some columns were missing the nullable=False option.
nullable=False
Discovered when removing an invalid email address from a registration and it allowed me to remove the person although it was still referred to by an EventRegistration setting it to null there.
EventRegistration
Some columns were missing the
nullable=False
option.Discovered when removing an invalid email address from a registration and it allowed me to remove the person although it was still referred to by an
EventRegistration
setting it to null there.