Skip to content

Commit

Permalink
fix(migrations/): Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
setmao committed Feb 28, 2022
1 parent 4fe67e7 commit d75d78a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/events/migrations/0042_merge_20220228_2329.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.1.7 on 2022-02-28 15:29

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('events', '0041_auto_20220227_1140'),
('events', '0040_proposedtutorialevent_youtube_id'),
]

operations = [
]

0 comments on commit d75d78a

Please sign in to comment.