update migrations
This commit is contained in:
parent
48ac4cceab
commit
abecc6f99a
|
|
@ -1,14 +0,0 @@
|
||||||
# Generated by Django 2.2.4 on 2019-09-01 11:32
|
|
||||||
|
|
||||||
from django.db import migrations
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('establishment', '0008_contactemail_contactphone'),
|
|
||||||
('establishment', '0006_comment'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
]
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 2.2.4 on 2019-09-01 11:32
|
# Generated by Django 2.2.4 on 2019-09-01 11:42
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
|
|
@ -11,7 +11,7 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
('establishment', '0009_merge_20190901_1132'),
|
('establishment', '0009_merge_20190901_1131'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Loading…
Reference in New Issue
Block a user