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);