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