Merge branch 'sync_v2' of https://gitea.staxriver.com/staxriver/padelclub_backend into sync_v2
commit
868d764031
@ -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), |
||||
), |
||||
] |
||||
@ -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), |
||||
), |
||||
] |
||||
@ -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 = [ |
||||
] |
||||
Loading…
Reference in new issue