aboutsummaryrefslogtreecommitdiffstats
path: root/servo/migrations/0027_remove_location_logo.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/migrations/0027_remove_location_logo.py')
-rw-r--r--servo/migrations/0027_remove_location_logo.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/servo/migrations/0027_remove_location_logo.py b/servo/migrations/0027_remove_location_logo.py
new file mode 100644
index 0000000..8ca227c
--- /dev/null
+++ b/servo/migrations/0027_remove_location_logo.py
@@ -0,0 +1,18 @@
+# -*- 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',
+ ),
+ ]