15 lines
285 B
Python
15 lines
285 B
Python
# Generated by Django 2.2.4 on 2019-09-19 09:55
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('establishment', '0020_merge_20190917_1415'),
|
|
('establishment', '0019_position_priority'),
|
|
]
|
|
|
|
operations = [
|
|
]
|