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

Rename migration

parent b17a7373
No related branches found
No related tags found
1 merge request!5Mailing
Pipeline #59561 canceled
......@@ -6,7 +6,7 @@ MENUS = {
"name": _("Payments and Money"),
"url": "#",
"root": True,
"svg_icon": "mdi:piggy_bank",
"svg_icon": "mdi:piggy-bank",
"validators": [
"menu_generator.validators.is_authenticated",
"aleksis.core.util.core_helpers.has_person",
......
......@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('tezor', '0001_initial'),
('tezor', '0003_manual_invoicing'),
]
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