Skip to content
Snippets Groups Projects
Commit 67d118a7 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix migration

parent fc51172b
No related branches found
No related tags found
No related merge requests found
Pipeline #59551 failed
...@@ -8,7 +8,7 @@ import django.db.models.deletion ...@@ -8,7 +8,7 @@ import django.db.models.deletion
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('core', '0038_notification_send_at.py'), ('core', '0038_notification_send_at'),
('sites', '0002_alter_domain_unique'), ('sites', '0002_alter_domain_unique'),
('tezor', '0002_invoice_due_date'), ('tezor', '0002_invoice_due_date'),
] ]
......
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