We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e937795 commit ffc588fCopy full SHA for ffc588f
pgcommitfest/commitfest/migrations/0005_history_dateindex.py
@@ -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