add migrations

This commit is contained in:
Dmitriy Kuzmenko 2019-11-06 12:22:16 +03:00
parent b5789a1a5e
commit edaf9f8fdb

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-11-06 09:21
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('establishment', '0055_auto_20191106_0740'),
('establishment', '0057_establishmentemployee_old_id'),
]
operations = [
]