merge migrations
This commit is contained in:
parent
aaba27551c
commit
60d870ca8d
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 3.1.6 on 2021-05-11 11:02
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('evapp', '0019_auto_20210504_1333'),
|
||||||
|
('evapp', '0009_auto_20210303_1115'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 3.1.6 on 2021-05-17 10:58
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('evapp', '0021_auto_20210517_1010'),
|
||||||
|
('evapp', '0020_merge_20210511_1102'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
Loading…
Reference in New Issue