aboutsummaryrefslogtreecommitdiffstats
path: root/servo/migrations/0019_auto_20150507_0048.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/0019_auto_20150507_0048.py
parent05211dca7f3dd6b15353f22ae7e1320fb676c917 (diff)
downloadServo-a65840f3c944c099b9d1b36bbbbc78e9395a58e7.tar.gz
Servo-a65840f3c944c099b9d1b36bbbbc78e9395a58e7.tar.bz2
Servo-a65840f3c944c099b9d1b36bbbbc78e9395a58e7.zip
Flattening migrations
Diffstat (limited to 'servo/migrations/0019_auto_20150507_0048.py')
-rw-r--r--servo/migrations/0019_auto_20150507_0048.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/servo/migrations/0019_auto_20150507_0048.py b/servo/migrations/0019_auto_20150507_0048.py
deleted file mode 100644
index 7314a55..0000000
--- a/servo/migrations/0019_auto_20150507_0048.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', '0018_auto_20150505_0020'),
- ]
-
- operations = [
- migrations.AlterModelOptions(
- name='order',
- options={'ordering': ('-priority', 'id'), 'permissions': (('change_user', 'Can set assignee'), ('change_status', 'Can change status'), ('follow_order', 'Can follow order'), ('copy_order', 'Can copy order'), ('batch_process', 'Can batch process'))},
- ),
- ]