feat(sync): 首次登录后固定随机初始凭据
This commit is contained in:
@@ -47,6 +47,7 @@ TABLES: dict[str, tuple[str, ...]] = {
|
||||
"files": ("vault_id", "file_id", "sequence", "path_key", "deleted"),
|
||||
"login_limits": ("key", "started", "attempts"),
|
||||
"upload_receipts": ("id", "vault_id", "device_id", "hash", "completed"),
|
||||
"bootstrap_state": ("user_id", "created"),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user