From 34763d55f0cf4e6bb13566eff6698e20da94cb23 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Sat, 14 Nov 2020 17:50:14 +0800 Subject: [PATCH] chore: change password_version to password_secret_version --- collection/uni-id-users/collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection/uni-id-users/collection.json b/collection/uni-id-users/collection.json index e52df10..0242117 100644 --- a/collection/uni-id-users/collection.json +++ b/collection/uni-id-users/collection.json @@ -22,7 +22,7 @@ } } }, - "password_version": { + "password_secret_version": { "bsonType": "int", "description": "密码使用的passwordSecret版本" },