add final success prompt
This commit is contained in:
@@ -134,6 +134,8 @@ async function deleteV1TablesPrompt() {
|
|||||||
if (response.value === 'Y') {
|
if (response.value === 'Y') {
|
||||||
await deleteV1Tables();
|
await deleteV1Tables();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
success('Migration successfully completed.');
|
||||||
}
|
}
|
||||||
|
|
||||||
async function deleteV1Tables() {
|
async function deleteV1Tables() {
|
||||||
|
|||||||
Reference in New Issue
Block a user