gamechanger updates (added events, teams). not used yet.
update requirements
This commit is contained in:
17
gamechanger/migrations/0007_remove_team_season_id.py
Normal file
17
gamechanger/migrations/0007_remove_team_season_id.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.2.13 on 2022-06-15 19:41
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('gamechanger', '0006_auto_20220615_1330'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='team',
|
||||
name='season_id',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user