mirror of https://github.com/zulip/zulip.git
17 lines
360 B
Python
17 lines
360 B
Python
# Generated by Django 2.2.10 on 2020-02-19 20:54
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("zerver", "0274_nullbooleanfield_to_booleanfield"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name="userprofile",
|
|
name="last_pointer_updater",
|
|
),
|
|
]
|