19 lines
401 B
Python
19 lines
401 B
Python
|
# Generated by Django 2.2.25 on 2022-10-27 20:00
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('judge', '0135_auto_20221028_0300'),
|
||
|
('chat_box', '0009_auto_20220618_1452'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterUniqueTogether(
|
||
|
name='userroom',
|
||
|
unique_together={('user', 'room')},
|
||
|
),
|
||
|
]
|