Skip to content

Commit

Permalink
Create 0047_merge_20240329_2131.py
Browse files Browse the repository at this point in the history
Merged migrations
  • Loading branch information
mhewel committed Mar 29, 2024
1 parent d130b6c commit 9530ca5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions members/migrations/0047_merge_20240329_2131.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2 on 2024-03-29 20:31

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("members", "0045_activityinvite_extra_email_info_and_more"),
("members", "0046_address_dawa_category_alter_address_region"),
]

operations = []

0 comments on commit 9530ca5

Please sign in to comment.