mirror of https://github.com/zulip/zulip.git
17 lines
304 B
Python
17 lines
304 B
Python
|
# Generated by Django 4.0.7 on 2022-09-24 06:32
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
("zerver", "0414_remove_userstatus_status"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name="SCIMClient",
|
||
|
),
|
||
|
]
|