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 d2b57fa..5162b14 100644
--- a/src/routers/vault/models/vault/identity.js
+++ b/src/routers/vault/models/vault/identity.js
@@ -16,6 +16,10 @@ module.exports = {
type: Sequelize.STRING(320),
allowNull: false,
},
+ totp: {
+ type: Sequelize.STRING(16),
+ allowNull: true,
+ },
addedDate: {
type: Sequelize.DATE,
allowNull: false,