Skip to content

Commit

Permalink
fix(events): merge migration branch
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Apr 7, 2024
1 parent 02387f3 commit a1c5c71
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/events/migrations/0053_merge_20240408_0342.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.1.7 on 2024-04-07 19:42

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('events', '0050_delete_schedule'),
('events', '0052_remove_sponsoredevent_prefer_time'),
]

operations = [
]

0 comments on commit a1c5c71

Please sign in to comment.