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/0004_rename_shot_shotongoal.py

18 lines
330 B

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