Skip to content

Commit

Permalink
docs(migrations): fix syntax error in example (#11626)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanauati authored and papb committed Oct 31, 2019
1 parent 43ba131 commit 21d743a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/migrations.md
Expand Up @@ -276,7 +276,7 @@ module.exports = {
model: {
tableName: 'users',
schema: 'schema'
}
},
key: 'id'
},
allowNull: false
Expand Down

0 comments on commit 21d743a

Please sign in to comment.