implement lineup send to gamechanger
This commit is contained in:
18
gamechanger/migrations/0004_alter_player_id.py
Normal file
18
gamechanger/migrations/0004_alter_player_id.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.13 on 2022-06-08 12:37
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('gamechanger', '0003_player'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='player',
|
||||
name='id',
|
||||
field=models.CharField(max_length=30, primary_key=True, serialize=False),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user