remove the multiuser sync support

This commit is contained in:
Ross
2026-07-13 11:52:33 +01:00
parent 8ae33e32ee
commit 685f66854e
19 changed files with 211 additions and 1449 deletions
@@ -0,0 +1,16 @@
# Generated by Django 6.0.1 on 2026-07-13 10:41
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('atlas', '0110_casecollection_post_survey_mandatory_and_more'),
]
operations = [
migrations.DeleteModel(
name='MultiuserSession',
),
]