first commit
This commit is contained in:
17
events/migrations/0013_alter_organization_unique_together.py
Normal file
17
events/migrations/0013_alter_organization_unique_together.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.1 on 2025-01-19 18:50
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('events', '0012_alter_promo_long_text'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='organization',
|
||||
unique_together={('name', 'is_venue')},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user