add unknown migrations from developm server:-(

This commit is contained in:
a.feteleu 2019-11-20 10:07:23 +03:00
parent 1ab7333dd5
commit d932df4392
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.7 on 2019-11-18 15:07
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('location', '0027_auto_20191118_1313'),
('location', '0027_auto_20191118_1011'),
]
operations = [
]

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.7 on 2019-11-19 14:38
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('location', '0028_merge_20191119_0647'),
('location', '0028_merge_20191118_1507'),
]
operations = [
]