First commit of the V2.
New base, new info.
This commit is contained in:
23
timelaps/migrations/0002_auto_20190415_2224.py
Normal file
23
timelaps/migrations/0002_auto_20190415_2224.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 2.0.3 on 2019-04-15 20:24
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('timelaps', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='relay',
|
||||
old_name='team_pilot',
|
||||
new_name='driver',
|
||||
),
|
||||
migrations.RenameField(
|
||||
model_name='relay',
|
||||
old_name='pilot_chrono',
|
||||
new_name='driver_chrono',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user