dont create db_index in south

This commit is contained in:
j 2013-07-03 10:51:59 +00:00
commit ce16c93fb4
2 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@ class Migration(SchemaMigration):
'created': ('django.db.models.fields.DateTimeField', [], {'auto_now_add': 'True', 'blank': 'True'}),
'duration': ('django.db.models.fields.FloatField', [], {'default': '0', 'db_index': 'True'}),
'end': ('django.db.models.fields.FloatField', [], {'default': '-1'}),
'findvalue': ('django.db.models.fields.TextField', [], {'null': 'True', 'db_index': 'True'}),
'findvalue': ('django.db.models.fields.TextField', [], {'null': 'True', 'db_index': 'False'}),
'hue': ('django.db.models.fields.FloatField', [], {'default': '0', 'db_index': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'item': ('django.db.models.fields.related.ForeignKey', [], {'related_name': "'clips'", 'to': "orm['item.Item']"}),