aboutsummaryrefslogtreecommitdiffstats
path: root/servo/migrations/0008_user_enable_notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/migrations/0008_user_enable_notifications.py')
-rw-r--r--servo/migrations/0008_user_enable_notifications.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/servo/migrations/0008_user_enable_notifications.py b/servo/migrations/0008_user_enable_notifications.py
deleted file mode 100644
index ce121dc..0000000
--- a/servo/migrations/0008_user_enable_notifications.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.db import models, migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('servo', '0007_auto_20150101_2318'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='user',
- name='enable_notifications',
- field=models.BooleanField(default=True, help_text='Enable notifications in the toolbar.', verbose_name='Enable notifications'),
- preserve_default=True,
- ),
- ]