From 34bbf06f0c97a8e84a4374530434e2d6235f4818 Mon Sep 17 00:00:00 2001 From: jackiettran <41605212+jackiettran@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:04:05 -0500 Subject: [PATCH] no need for notes field for alpha invitation --- backend/models/AlphaInvitation.js | 4 ---- 1 file changed, 4 deletions(-) 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: [