add merge for migrations
This commit is contained in:
parent
5a36613c97
commit
b23a79775d
14
apps/establishment/migrations/0024_merge_20190919_1456.py
Normal file
14
apps/establishment/migrations/0024_merge_20190919_1456.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.4 on 2019-09-19 14:56
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('establishment', '0023_merge_20190919_1136'),
|
||||||
|
('establishment', '0022_establishment_image_url'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user