merge migrations

This commit is contained in:
a.feteleu 2019-10-30 19:19:40 +03:00
parent 887bc92b85
commit d31bb9b495
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-10-30 16:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('establishment', '0045_auto_20191029_0719'),
('establishment', '0044_position_index_name'),
]
operations = [
]

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-10-30 16:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('location', '0018_address_old_id'),
('location', '0013_wineappellation_wineregion'),
]
operations = [
]

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-10-30 16:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('news', '0032_auto_20191030_1149'),
('news', '0029_auto_20191025_1241'),
]
operations = [
]