0009_auto_20180326_0010.py 550 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.11.9 on 2018-03-26 00:10
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. import misago.core.pgutils
  6. class Migration(migrations.Migration):
  7. dependencies = [
  8. ('misago_threads', '0008_auto_20180310_2234'),
  9. ]
  10. operations = [
  11. migrations.AddIndex(
  12. model_name='post',
  13. index=misago.core.pgutils.PgPartialIndex(fields=['is_event', 'event_type'], name='misago_thre_is_even_42bda7_part', where={'is_event': True}),
  14. ),
  15. ]