Merge pull request 'feat: add max_length to jitsi_meet_url field and include debug prints for field lengths in AppointmentRequest' (#63) from feature/meetings into main
Reviewed-on: https://gitea.blackbusinesslabs.com/ATTUNE-HEART-THERAPY/alternative-backend-service/pulls/63
This commit is contained in:
commit
86507c9b92
@ -212,6 +212,7 @@ class AppointmentRequest(models.Model):
|
|||||||
rejection_reason = EncryptedTextField(blank=True, null=True)
|
rejection_reason = EncryptedTextField(blank=True, null=True)
|
||||||
|
|
||||||
jitsi_meet_url = models.URLField(
|
jitsi_meet_url = models.URLField(
|
||||||
|
max_length=2000,
|
||||||
unique=True,
|
unique=True,
|
||||||
blank=True,
|
blank=True,
|
||||||
null=True,
|
null=True,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user