add success message

This commit is contained in:
Maidul Islam
2024-01-25 00:27:02 -05:00
committed by Akhil Mohan
parent 30b959babb
commit 6094940a8b

View File

@ -2350,6 +2350,7 @@ const main = async () => {
// },
// });
console.log("MIGRATION SCRIPT COMPLETED SUCCESSFULLY")
process.exit(1);
} catch (error) {
console.error(error);