Update Inbox Featureset
[pharos-tools.git] / dashboard / src / notifier / migrations / 0003_auto_20190123_1741.py
1 # Generated by Django 2.1 on 2019-01-23 17:41
2
3 from django.db import migrations, models
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('notifier', '0002_auto_20181102_1631'),
10     ]
11
12     operations = [
13         migrations.AddField(
14             model_name='notification',
15             name='is_html',
16             field=models.BooleanField(default=True),
17         ),
18         migrations.AddField(
19             model_name='notification',
20             name='is_read',
21             field=models.BooleanField(default=True),
22         ),
23     ]