added merge migration
This commit is contained in:
parent
5f42039068
commit
306a6010e8
14
apps/establishment/migrations/0023_merge_20190919_1136.py
Normal file
14
apps/establishment/migrations/0023_merge_20190919_1136.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.4 on 2019-09-19 11:36
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('establishment', '0021_merge_20190919_0955'),
|
||||||
|
('establishment', '0022_establishment_schedule'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user