1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Add index on counter

This commit is contained in:
Matthew Jones 2014-08-19 16:03:48 -04:00
parent 046561ecaa
commit 3f54778111

View File

@ -12,7 +12,7 @@ class Migration(SchemaMigration):
db.add_column(u'main_jobevent', 'counter',
self.gf('django.db.models.fields.PositiveIntegerField')(default=0),
keep_default=False)
db.create_index(u'main_jobevent', ['counter'])
def backwards(self, orm):
# Deleting field 'JobEvent.counter'