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/0027_remove_location_logo.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 servo/migrations/0027_remove_location_logo.py (limited to 'servo/migrations/0027_remove_location_logo.py') diff --git a/servo/migrations/0027_remove_location_logo.py b/servo/migrations/0027_remove_location_logo.py deleted file mode 100644 index 8ca227c..0000000 --- a/servo/migrations/0027_remove_location_logo.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - -from django.db import models, migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('servo', '0026_auto_20150826_1323'), - ] - - operations = [ - migrations.RemoveField( - model_name='location', - name='logo', - ), - ] -- cgit v1.2.3