gault-millau/apps/establishment/migrations/0055_employee_old_id.py
Виктор Гладких ea1ddfa320 Add employee
2019-11-05 16:29:27 +03:00

19 lines
426 B
Python

# Generated by Django 2.2.4 on 2019-11-05 13:15
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('establishment', '0054_auto_20191103_2117'),
]
operations = [
migrations.AddField(
model_name='employee',
name='old_id',
field=models.IntegerField(blank=True, null=True, verbose_name='Old id'),
),
]