pep-dortmund / member-database

Our member database application
Other
9 stars 1 forks source link

Fix missing nullable=False in event tables #103

Closed maxnoe closed 4 years ago

maxnoe commented 4 years ago

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.