no need for notes field for alpha invitation
This commit is contained in:
@@ -46,10 +46,6 @@ const AlphaInvitation = sequelize.define(
|
||||
defaultValue: "pending",
|
||||
allowNull: false,
|
||||
},
|
||||
notes: {
|
||||
type: DataTypes.TEXT,
|
||||
allowNull: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
indexes: [
|
||||
|
||||
Reference in New Issue
Block a user