summaryrefslogtreecommitdiff
path: root/src/routers/vault/models/vault/identity.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/routers/vault/models/vault/identity.js')
-rw-r--r--src/routers/vault/models/vault/identity.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/routers/vault/models/vault/identity.js b/src/routers/vault/models/vault/identity.js
index 5162b14..aeac081 100644
--- a/src/routers/vault/models/vault/identity.js
+++ b/src/routers/vault/models/vault/identity.js
@@ -20,6 +20,10 @@ module.exports = {
type: Sequelize.STRING(16),
allowNull: true,
},
+ pass: {
+ type: Sequelize.STRING(128),
+ allowNull: true,
+ },
addedDate: {
type: Sequelize.DATE,
allowNull: false,