From a65840f3c944c099b9d1b36bbbbc78e9395a58e7 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 12 May 2021 14:49:14 +0300 Subject: Flattening migrations --- servo/migrations/0008_user_enable_notifications.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 servo/migrations/0008_user_enable_notifications.py (limited to 'servo/migrations/0008_user_enable_notifications.py') 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, - ), - ] -- cgit v1.2.3