Skip to content

Commit 017ae94

Browse files
committed
Squash migrations
1 parent fad0c1c commit 017ae94

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

django_dbq/migrations/0003_auto_20180426_0922.py renamed to django_dbq/migrations/0003_auto_20180426_1024.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Generated by Django 1.11 on 2018-04-26 09:22
2+
# Generated by Django 1.11 on 2018-04-26 10:24
33
from __future__ import unicode_literals
44

55
from django.db import migrations, models
@@ -19,6 +19,6 @@ class Migration(migrations.Migration):
1919
migrations.AddField(
2020
model_name='job',
2121
name='priority',
22-
field=models.PositiveSmallIntegerField(default=0),
22+
field=models.PositiveSmallIntegerField(db_index=True, default=0),
2323
),
2424
]

django_dbq/migrations/0004_auto_20180426_1009.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)