added merge migrations
This commit is contained in:
parent
45f65658f0
commit
57cf90c631
14
apps/establishment/migrations/0092_merge_20200131_0835.py
Normal file
14
apps/establishment/migrations/0092_merge_20200131_0835.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.7 on 2020-01-31 08:35
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('establishment', '0091_auto_20200130_1905'),
|
||||||
|
('establishment', '0089_establishment_status'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user