diff --git a/backend/models/AlphaInvitation.js b/backend/models/AlphaInvitation.js index 0e2493c..4d55d23 100644 --- a/backend/models/AlphaInvitation.js +++ b/backend/models/AlphaInvitation.js @@ -46,10 +46,6 @@ const AlphaInvitation = sequelize.define( defaultValue: "pending", allowNull: false, }, - notes: { - type: DataTypes.TEXT, - allowNull: true, - }, }, { indexes: [