chore: change password_version to password_secret_version

This commit is contained in:
wangyaqi 2020-11-14 17:50:14 +08:00
parent b5fc44b22f
commit 34763d55f0

View File

@ -22,7 +22,7 @@
}
}
},
"password_version": {
"password_secret_version": {
"bsonType": "int",
"description": "密码使用的passwordSecret版本"
},