aboutsummaryrefslogtreecommitdiffstats
path: root/servo/migrations/0061_auto_20161102_1212.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-12 14:49:14 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-12 14:49:14 +0300
commita65840f3c944c099b9d1b36bbbbc78e9395a58e7 (patch)
tree5379bc8984e476ed9807123f54f43e404aae0c68 /servo/migrations/0061_auto_20161102_1212.py
parent05211dca7f3dd6b15353f22ae7e1320fb676c917 (diff)
downloadServo-a65840f3c944c099b9d1b36bbbbc78e9395a58e7.tar.gz
Servo-a65840f3c944c099b9d1b36bbbbc78e9395a58e7.tar.bz2
Servo-a65840f3c944c099b9d1b36bbbbc78e9395a58e7.zip
Flattening migrations
Diffstat (limited to 'servo/migrations/0061_auto_20161102_1212.py')
-rw-r--r--servo/migrations/0061_auto_20161102_1212.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/servo/migrations/0061_auto_20161102_1212.py b/servo/migrations/0061_auto_20161102_1212.py
deleted file mode 100644
index c8d50ff..0000000
--- a/servo/migrations/0061_auto_20161102_1212.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.10.2 on 2016-11-02 10:12
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('servo', '0060_auto_20161101_1215'),
- ]
-
- operations = [
- migrations.AlterField(
- model_name='location',
- name='notes',
- field=models.TextField(blank=True, default='Business hours between 9:00 - 18:00', help_text='Will be shown on print templates', verbose_name='Notes'),
- ),
- ]