mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
channel_folders: Update MAX_NAME_LENGTH to 60.
This commit is contained in:
17
zerver/migrations/0744_alter_channelfolder_name.py
Normal file
17
zerver/migrations/0744_alter_channelfolder_name.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2.4 on 2025-07-28 07:42
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("zerver", "0743_realm_require_e2ee_push_notifications"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="channelfolder",
|
||||
name="name",
|
||||
field=models.CharField(max_length=60),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user