gault-millau/apps/establishment/migrations/0058_merge_20191106_0921.py
Dmitriy Kuzmenko edaf9f8fdb add migrations
2019-11-06 12:22:16 +03:00

15 lines
295 B
Python

# 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 = [
]