15 lines
295 B
Python
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 = [
|
|
]
|