removed obsolete "both" enum for throws attribute
This commit is contained in:
parent
9c9d9c9413
commit
8481740ea5
|
|
@ -29,7 +29,7 @@ module.exports = (sequelize, DataTypes) => {
|
|||
type: DataTypes.ENUM('left', 'right', 'both'),
|
||||
},
|
||||
throws: {
|
||||
type: DataTypes.ENUM('left', 'right', 'both'),
|
||||
type: DataTypes.ENUM('left', 'right'),
|
||||
},
|
||||
jerseyNumber: {
|
||||
type: DataTypes.INTEGER,
|
||||
|
|
|
|||
Loading…
Reference in New Issue