added merge migrations
This commit is contained in:
parent
e371fdceea
commit
00bcd6c205
14
apps/establishment/migrations/0046_merge_20191030_0858.py
Normal file
14
apps/establishment/migrations/0046_merge_20191030_0858.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 2.2.4 on 2019-10-30 08:58
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('establishment', '0045_auto_20191029_0719'),
|
||||
('establishment', '0044_position_index_name'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
14
apps/location/migrations/0019_merge_20191030_0858.py
Normal file
14
apps/location/migrations/0019_merge_20191030_0858.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 2.2.4 on 2019-10-30 08:58
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('location', '0018_address_old_id'),
|
||||
('location', '0013_wineappellation_wineregion'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
14
apps/news/migrations/0032_merge_20191030_0858.py
Normal file
14
apps/news/migrations/0032_merge_20191030_0858.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 2.2.4 on 2019-10-30 08:58
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('news', '0029_auto_20191025_1241'),
|
||||
('news', '0031_merge_20191029_0858'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user