Add merge
This commit is contained in:
parent
c480089f30
commit
1e0201b950
14
apps/location/migrations/0032_merge_20191209_0832.py
Normal file
14
apps/location/migrations/0032_merge_20191209_0832.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.7 on 2019-12-09 08:32
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('location', '0031_establishmentwineoriginaddress_wineoriginaddress'),
|
||||||
|
('location', '0031_auto_20191121_1236'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user