no need for notes field for alpha invitation

This commit is contained in:
jackiettran
2025-11-24 17:04:05 -05:00
parent 532f3014df
commit 34bbf06f0c

View File

@@ -46,10 +46,6 @@ const AlphaInvitation = sequelize.define(
defaultValue: "pending",
allowNull: false,
},
notes: {
type: DataTypes.TEXT,
allowNull: true,
},
},
{
indexes: [