first commit
This commit is contained in:
18
timelaps/migrations/0005_auto_20190112_0907.py
Normal file
18
timelaps/migrations/0005_auto_20190112_0907.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.1.5 on 2019-01-12 09:07
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('timelaps', '0004_auto_20190112_0906'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='driver',
|
||||
old_name='last_name',
|
||||
new_name='name',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user