Skip to content

Commit

Permalink
fix: Use DataTypes.INTEGER (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
pettermachado authored Oct 7, 2024
1 parent 6ab5f12 commit 71890bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Event = _sequelize.define("Event", {
allowNull: true,
},
repeat: {
type: DataTypes.NUMBER,
type: DataTypes.INTEGER,
allowNull: true,
},
repeatPart: {
Expand Down

0 comments on commit 71890bb

Please sign in to comment.