First commit of the V2.
New base, new info.
This commit is contained in:
18
timelaps/migrations/0004_auto_20190415_2228.py
Normal file
18
timelaps/migrations/0004_auto_20190415_2228.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.0.3 on 2019-04-15 20:28
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('timelaps', '0003_auto_20190415_2228'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='driver',
|
||||
old_name='kart_id',
|
||||
new_name='kart',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user