2020-06-10 20:44:56 +02:00
|
|
|
# Generated by Django 2.2.13 on 2020-06-10 18:44
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
2021-02-12 08:20:45 +01:00
|
|
|
("zerver", "0298_fix_realmauditlog_format"),
|
2020-06-10 20:44:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AddField(
|
2021-02-12 08:20:45 +01:00
|
|
|
model_name="subscription",
|
|
|
|
name="role",
|
2020-06-10 20:44:56 +02:00
|
|
|
field=models.PositiveSmallIntegerField(db_index=True, default=50),
|
|
|
|
),
|
|
|
|
]
|