Files
benchcoach-django/gamechanger/migrations/0008_rename_name_slug_team_slug.py
2022-06-20 14:51:46 -05:00

19 lines
370 B
Python

# Generated by Django 3.2.13 on 2022-06-15 21:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('gamechanger', '0007_remove_team_season_id'),
]
operations = [
migrations.RenameField(
model_name='team',
old_name='name_slug',
new_name='slug',
),
]