18 lines
357 B
Python
18 lines
357 B
Python
# Generated by Django 2.0.2 on 2018-03-03 17:01
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('gym', '0003_auto_20180303_1801'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='session',
|
|
old_name='date',
|
|
new_name='start',
|
|
),
|
|
]
|