File: 0013_taskresult_django_cele_periodi_1993cf_idx.py

package info (click to toggle)
python-django-celery-results 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 2,373; makefile: 312; sh: 7; sql: 2
file content (20 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by Django 5.1.3 on 2024-11-05 13:17

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('django_celery_results', '0012_taskresult_date_started'),
    ]

    operations = [
        migrations.AddIndex(
            model_name='taskresult',
            index=models.Index(
                fields=['periodic_task_name'],
                name='django_cele_periodi_1993cf_idx'
            ),
        ),
    ]