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:
parent
046561ecaa
commit
3f54778111
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user