mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-06-03 18:53:59 +08:00
feat: 增加还原备份完成的日志输出
This commit is contained in:
parent
5ae6687b1f
commit
0141e48200
2
.gitignore
vendored
2
.gitignore
vendored
@ -133,3 +133,5 @@ out
|
||||
backend/dist/*
|
||||
!backend/dist/.gitkeep
|
||||
backend/sub-store.min.js
|
||||
|
||||
CHANGELOG.md
|
||||
|
@ -127,6 +127,7 @@ async function gistBackup(req, res) {
|
||||
}
|
||||
// perform migration after restoring from gist
|
||||
migrate();
|
||||
$.info(`还原备份完成`);
|
||||
break;
|
||||
}
|
||||
success(res);
|
||||
|
Loading…
x
Reference in New Issue
Block a user