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/0087_remove_modellog_store_...

17 lines
360 B

# Generated by Django 5.1 on 2024-10-16 12:42
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('tournaments', '0086_club_creation_date_club_last_update_and_more'),
]
operations = [
migrations.RemoveField(
model_name='modellog',
name='store_id',
),
]