mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-25 04:39:59 +03:00
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
19 lines
397 B
Python
19 lines
397 B
Python
# Generated by Django 5.1.6 on 2026-01-22 21:11
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("content", "0009_anime_type"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="watchparty",
|
|
name="max_participants",
|
|
field=models.PositiveIntegerField(default=0),
|
|
),
|
|
]
|