feat: remove postal code validation

This commit is contained in:
carla 2026-02-23 16:24:20 +01:00
parent d37ba84a74
commit 056fd04ddf
4 changed files with 5 additions and 17 deletions

View file

@ -188,7 +188,7 @@ Table members {
- email: 5-254 characters, valid email format (required)
- join_date: cannot be in future
- exit_date: must be after join_date (if both present)
- postal_code: exactly 5 digits (if present)
- postal_code: optional (no format validation)
'''
}