alternative-backend-service/meetings
saani 7d5d3217a0 fix: allow null values for Jitsi fields in AppointmentRequest
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.
2025-11-27 14:56:37 +00:00
..
migrations fix: allow null values for Jitsi fields in AppointmentRequest 2025-11-27 14:56:37 +00:00
__init__.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
admin.py refactor(meetings): increase encrypted field lengths and add ID to admin 2025-11-27 14:43:50 +00:00
apps.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
email_service.py refactor(email): improve email service implementation and templates 2025-11-23 00:27:44 +00:00
models.py fix: allow null values for Jitsi fields in AppointmentRequest 2025-11-27 14:56:37 +00:00
serializers.py refactor(meetings): increase encrypted field lengths and add ID to admin 2025-11-27 14:43:50 +00:00
tasks.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
tests.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
urls.py docs(api): refactor appointments endpoint documentation structure 2025-11-26 19:30:26 +00:00
views.py docs(api): refactor appointments endpoint documentation structure 2025-11-26 19:30:26 +00:00