2018-08-22 07:49:48 +02:00
|
|
|
# Generated by Django 1.11.14 on 2018-08-22 05:45
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2021-02-12 08:20:45 +01:00
|
|
|
("zerver", "0186_userprofile_starred_message_counts"),
|
2018-08-22 07:49:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AddField(
|
2021-02-12 08:20:45 +01:00
|
|
|
model_name="userprofile",
|
|
|
|
name="is_billing_admin",
|
2018-08-22 07:49:48 +02:00
|
|
|
field=models.BooleanField(db_index=True, default=False),
|
|
|
|
),
|
|
|
|
]
|