mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-07 05:29:39 -06:00
Updated the password field in the Node model
This commit is contained in:
@@ -12,6 +12,6 @@ module.exports = db.define("nodes", {
|
||||
},
|
||||
password: {
|
||||
type: Sequelize.STRING,
|
||||
allowNull: false
|
||||
allowNull: true
|
||||
}
|
||||
}, {createdAt: false, updatedAt: false});
|
||||
Reference in New Issue
Block a user