Skip to content
Snippets Groups Projects
Commit 2c470cdd authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Resolve and merge migrations

parent 52141849
No related branches found
No related tags found
1 merge request!86Merge school-apps
# Generated by Django 2.1.7 on 2019-03-13 17:56
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('aub', '0010_merge_20190310_1915'),
('aub', '0010_auto_20190304_1404'),
]
operations = [
]
# Generated by Django 2.1.2 on 2019-03-15 17:40
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('aub', '0009_auto_20190111_1525'),
('aub', '0010_auto_20190304_1404'),
]
operations = [
]
# Generated by Django 2.0.4 on 2019-03-10 18:15
# Generated by Django 2.1.5 on 2019-03-18 19:04
from django.db import migrations
......@@ -6,8 +6,8 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('aub', '0010_auto_20190304_1404'),
('aub', '0006_merge_20190102_1724'),
('aub', '0009_merge_20190222_1226'),
]
operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment