parent
ee42ebb550
commit
537ef3f259
@ -0,0 +1,18 @@ |
||||
# 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), |
||||
), |
||||
] |
||||
@ -0,0 +1,18 @@ |
||||
# 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), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue