Skip to content

Commit ffc588f

Browse files
committed
Add index to patchhistory.date
1 parent e937795 commit ffc588f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# -*- coding: utf-8 -*-
2+
# Generated by Django 1.11.17 on 2019-02-06 20:36
3+
from __future__ import unicode_literals
4+
5+
from django.db import migrations, models
6+
7+
8+
class Migration(migrations.Migration):
9+
10+
dependencies = [
11+
('commitfest', '0004_target_version'),
12+
]
13+
14+
operations = [
15+
migrations.AlterField(
16+
model_name='patchhistory',
17+
name='date',
18+
field=models.DateTimeField(auto_now_add=True, db_index=True),
19+
),
20+
]

0 commit comments

Comments
 (0)