boatmovers init
This commit is contained in:
17
boatmovers/migrations/0002_alter_athlete_unique_together.py
Normal file
17
boatmovers/migrations/0002_alter_athlete_unique_together.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.2.12 on 2022-06-22 17:49
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('boatmovers', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='athlete',
|
||||
unique_together={('first_name', 'last_name', 'birth_year')},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user