add final success prompt

This commit is contained in:
Francis Cao 2023-01-04 11:15:19 -08:00
parent b845ae547d
commit 5f159ed5ce

View File

@ -134,6 +134,8 @@ async function deleteV1TablesPrompt() {
if (response.value === 'Y') {
await deleteV1Tables();
}
success('Migration successfully completed.');
}
async function deleteV1Tables() {