add unknown migrations from developm server:-(
This commit is contained in:
parent
1ab7333dd5
commit
d932df4392
14
apps/location/migrations/0028_merge_20191118_1507.py
Normal file
14
apps/location/migrations/0028_merge_20191118_1507.py
Normal 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 = [
|
||||
]
|
||||
14
apps/location/migrations/0029_merge_20191119_1438.py
Normal file
14
apps/location/migrations/0029_merge_20191119_1438.py
Normal 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 = [
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user