Skip to content

Commit

Permalink
Fix index list
Browse files Browse the repository at this point in the history
  • Loading branch information
manasdk committed May 23, 2016
1 parent a381f71 commit da1e33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st2common/st2common/models/db/actionalias.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ActionAliasDB(stormbase.StormFoundationDB, stormbase.ContentPackResourceMi
)

meta = {
'indexes': ['name']
'indexes': stormbase.UIDFieldMixin.get_indexes()
}

def __init__(self, *args, **values):
Expand Down

0 comments on commit da1e33b

Please sign in to comment.