mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
zilencer: Sync name and authentication_methods on RemoteRealm.
This commit is contained in:
committed by
Tim Abbott
parent
4ef6b7cc44
commit
9b1a495e2c
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 4.2.7 on 2023-11-29 22:43
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("zilencer", "0039_remoterealm_org_type"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="remoterealm",
|
||||
name="authentication_methods",
|
||||
field=models.JSONField(default=dict),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="remoterealm",
|
||||
name="name",
|
||||
field=models.TextField(default=""),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user