Skip to content

Commit

Permalink
migration
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Dec 14, 2024
1 parent 6a54327 commit fbe01dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions events/migrations/0025_auto_20241214_1133.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.1.14 on 2024-12-14 11:33

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('events', '0024_stream_description'),
]

operations = [
migrations.AlterUniqueTogether(
name='stream',
unique_together={('event', 'starts_at'), ('event', 'ends_at')},
),
]

0 comments on commit fbe01dd

Please sign in to comment.