Skip to content

Commit

Permalink
Fix MIGRATION model indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-abramow committed Sep 28, 2018
1 parent ceeffd4 commit 331f465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/models/migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
},
"indexes": {
"name_index": {
"name": 1
"keys": {
"name": 1
}
}
},
"methods": {
Expand Down

0 comments on commit 331f465

Please sign in to comment.