Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
intrn(migration): change the attribute for token
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Oct 14, 2022
1 parent 36452cd commit 1f2643c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
"onDelete": "cascade",
"onUpdate": "cascade"
},
"bodyHash": {
"token": {
"allowNull": false,
"type": Sequelize.STRING(HASH_LENGTH)
},
Expand Down

0 comments on commit 1f2643c

Please sign in to comment.