Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjunYuAnny committed Nov 14, 2023
1 parent 345623d commit 1df010d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions events/migrations/0007_merge_20231114_1803.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.6 on 2023-11-14 23:03

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("events", "0004_event_description"),
("events", "0006_alter_comment_is_active"),
]

operations = []

0 comments on commit 1df010d

Please sign in to comment.