fix: 修复 mysql 8.0 改密失败的问题

This commit is contained in:
ssongliu
2022-12-08 19:07:32 +08:00
committed by ssongliu
parent 12b668ecd1
commit 77ff593403
14 changed files with 104 additions and 55 deletions

View File

@@ -113,7 +113,6 @@ export namespace Database {
}
export interface ChangeInfo {
id: number;
operation: string;
value: string;
}