Skip to content

Commit

Permalink
Merged migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewel committed Jun 17, 2024
1 parent 8f452f2 commit b55bf12
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions members/migrations/0054_merge_20240617_2150.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.11 on 2024-06-17 19:50

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("members", "0053_activity_visible_activity_visible_from"),
("members", "0053_alter_emailitem_options"),
]

operations = []

0 comments on commit b55bf12

Please sign in to comment.