Skip to content
Snippets Groups Projects
Verified Commit 625b82d8 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix migrations

parent ce04cbf5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('core', '0031_auto_20211228_0008'),
('core', '0030_user_attributes'),
('sites', '0002_alter_domain_unique'),
('contenttypes', '0002_remove_content_type_name'),
]
......
......@@ -7,7 +7,6 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('core', '0031_auto_20211228_0008'),
('matrix', '0001_initial'),
]
......
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