feature/meetings #42

Merged
Saani merged 2 commits from feature/meetings into main 2025-11-27 15:00:45 +00:00
Owner
No description provided.
Saani added 2 commits 2025-11-27 15:00:39 +00:00
Add `null=True` to `jitsi_meet_url` and `jitsi_room_id` fields in the AppointmentRequest model. This allows these optional fields to be NULL at the database level in addition to accepting blank values, which is the proper Django pattern for optional string-based fields.

This change requires a database migration to be generated and applied.
Saani merged commit 2f56f6bb49 into main 2025-11-27 15:00:45 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ATTUNE-HEART-THERAPY/alternative-backend-service#42
No description provided.