Skip to content

Commit

Permalink
change description size
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgehl3n committed Nov 19, 2023
1 parent 4fe9aa2 commit f5387ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/models/Institution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Institution.init(
allowNull: true,
},
description: {
type: DataTypes.STRING,
type: DataTypes.STRING(5000),
allowNull: false,
},
phone: {
Expand Down

0 comments on commit f5387ff

Please sign in to comment.