diff options
Diffstat (limited to 'ishtar_common/migrations/0117_auto_20191216_1027.py')
-rw-r--r-- | ishtar_common/migrations/0117_auto_20191216_1027.py | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ishtar_common/migrations/0117_auto_20191216_1027.py b/ishtar_common/migrations/0117_auto_20191216_1027.py deleted file mode 100644 index 221f24e21..000000000 --- a/ishtar_common/migrations/0117_auto_20191216_1027.py +++ /dev/null @@ -1,28 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.18 on 2019-12-16 10:27 -from __future__ import unicode_literals - -import django.contrib.postgres.indexes -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('ishtar_common', '0116_create_gist_extension'), - ] - - operations = [ - migrations.AddIndex( - model_name='person', - index=django.contrib.postgres.indexes.GinIndex(fields=['data'], name='ishtar_comm_data_a563fb_gin'), - ), - migrations.AddIndex( - model_name='document', - index=django.contrib.postgres.indexes.GinIndex(fields=['data'], name='ishtar_comm_data_c6da6f_gin'), - ), - migrations.AddIndex( - model_name='organization', - index=django.contrib.postgres.indexes.GinIndex(fields=['data'], name='ishtar_comm_data_36ecc0_gin'), - ), - ] |