From 6094940a8b2fb65ea4f48346375fc7789f2da253 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 25 Jan 2024 00:27:02 -0500 Subject: [PATCH] add success message --- pg-migrator/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/pg-migrator/src/index.ts b/pg-migrator/src/index.ts index 15e2c0741..f1115e9e7 100644 --- a/pg-migrator/src/index.ts +++ b/pg-migrator/src/index.ts @@ -2350,6 +2350,7 @@ const main = async () => { // }, // }); + console.log("MIGRATION SCRIPT COMPLETED SUCCESSFULLY") process.exit(1); } catch (error) { console.error(error);