mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
add final success prompt
This commit is contained in:
parent
b845ae547d
commit
5f159ed5ce
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ async function deleteV1TablesPrompt() {
|
|||
if (response.value === 'Y') {
|
||||
await deleteV1Tables();
|
||||
}
|
||||
|
||||
success('Migration successfully completed.');
|
||||
}
|
||||
|
||||
async function deleteV1Tables() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue