Skip to content

Commit

Permalink
Create 0059_merge_20241113_2111.py
Browse files Browse the repository at this point in the history
Merge migrations
  • Loading branch information
mhewel committed Nov 13, 2024
1 parent b973602 commit cbe98b3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions members/migrations/0059_merge_20241113_2111.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 4.2.11 on 2024-11-13 20:11

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
(
"members",
"0058_alter_municipality_options_remove_municipality_email_and_more",
),
("members", "0058_alter_union_options_union_gl_account"),
]

operations = []

0 comments on commit cbe98b3

Please sign in to comment.