mirror of https://github.com/zulip/zulip.git
18 lines
417 B
Python
18 lines
417 B
Python
# Generated by Django 5.0.6 on 2024-05-15 13:12
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("zerver", "0577_merge_20240829_0153"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="namedusergroup",
|
|
name="deactivated",
|
|
field=models.BooleanField(default=False, db_default=False),
|
|
),
|
|
]
|