18 lines
363 B
Python
18 lines
363 B
Python
|
|
# 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')},
|
||
|
|
),
|
||
|
|
]
|