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.
hockeystats/core/migrations/0005_rename_shotongoal_shot.py

18 lines
334 B

# Generated by Django 3.2.13 on 2022-05-04 22:59
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0004_rename_shot_shotongoal'),
]
operations = [
migrations.RenameModel(
old_name='ShotOnGoal',
new_name='Shot',
),
]