diff --git a/sync/migrations/0006_alter_modellog_operation.py b/sync/migrations/0006_alter_modellog_operation.py deleted file mode 100644 index f0e2a99..0000000 --- a/sync/migrations/0006_alter_modellog_operation.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 5.1 on 2025-06-03 12:55 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('sync', '0005_dataaccess_data_access_ids_alter_modellog_operation'), - ] - - operations = [ - migrations.AlterField( - model_name='modellog', - name='operation', - field=models.CharField(choices=[('POST', 'POST'), ('PUT', 'PUT'), ('DELETE', 'DELETE'), ('SHARED_ACCESS', 'SHARED_ACCESS'), ('REVOKED_ACCESS', 'REVOKED_ACCESS'), ('SHARED_RELATIONSHIP_SET', 'SHARED_RELATIONSHIP_SET'), ('SHARED_RELATIONSHIP_REMOVED', 'SHARED_RELATIONSHIP_REMOVED'), ('RELATIONSHIP_SET', 'RELATIONSHIP_SET'), ('RELATIONSHIP_REMOVED', 'RELATIONSHIP_REMOVED')], max_length=50), - ), - ] diff --git a/tournaments/migrations/0119_customuser_can_synchronize.py b/tournaments/migrations/0119_customuser_can_synchronize.py deleted file mode 100644 index c2544ff..0000000 --- a/tournaments/migrations/0119_customuser_can_synchronize.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 5.1 on 2025-06-03 12:55 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('tournaments', '0118_club_data_access_ids_court_data_access_ids_and_more'), - ] - - operations = [ - migrations.AddField( - model_name='customuser', - name='can_synchronize', - field=models.BooleanField(default=False), - ), - ] diff --git a/tournaments/migrations/0127_merge_20250604_1534.py b/tournaments/migrations/0127_merge_20250604_1534.py deleted file mode 100644 index 44fd5ae..0000000 --- a/tournaments/migrations/0127_merge_20250604_1534.py +++ /dev/null @@ -1,14 +0,0 @@ -# Generated by Django 5.1 on 2025-06-04 13:34 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('tournaments', '0119_customuser_can_synchronize'), - ('tournaments', '0126_image_club_alter_image_event'), - ] - - operations = [ - ]