18 lines
336 B
Python
18 lines
336 B
Python
# Generated by Django 3.2.12 on 2022-06-24 12:50
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('boatmovers', '0009_alter_race_crew_size'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='race',
|
|
name='resultlist',
|
|
),
|
|
]
|