You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
padelclub_backend/tournaments/migrations/0102_remove_dataaccess_last...

17 lines
366 B

# Generated by Django 5.1 on 2024-11-26 10:33
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('tournaments', '0101_remove_modellog_user_modellog_users'),
]
operations = [
migrations.RemoveField(
model_name='dataaccess',
name='last_hierarchy_update',
),
]