first commit
This commit is contained in:
18
timelaps/migrations/0011_auto_20190112_1017.py
Normal file
18
timelaps/migrations/0011_auto_20190112_1017.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.1.5 on 2019-01-12 10:17
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('timelaps', '0010_auto_20190112_1005'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='relay',
|
||||
old_name='team_pilot_id',
|
||||
new_name='team_pilot',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user