2018-04-20 22:07:54 +02:00
|
|
|
# Generated by Django 1.11.11 on 2018-04-20 19:29
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
2021-02-12 08:20:45 +01:00
|
|
|
("zerver", "0156_add_hint_to_profile_field"),
|
2018-04-20 22:07:54 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AddField(
|
2021-02-12 08:20:45 +01:00
|
|
|
model_name="userprofile",
|
|
|
|
name="is_guest",
|
2018-04-20 22:07:54 +02:00
|
|
|
field=models.BooleanField(db_index=True, default=False),
|
|
|
|
),
|
|
|
|
]
|