feat: add max_length to jitsi_meet_url field and include debug prints for field lengths in AppointmentRequest #63
@ -212,6 +212,7 @@ class AppointmentRequest(models.Model):
|
||||
rejection_reason = EncryptedTextField(blank=True, null=True)
|
||||
|
||||
jitsi_meet_url = models.URLField(
|
||||
max_length=2000,
|
||||
unique=True,
|
||||
blank=True,
|
||||
null=True,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user