fix(migrations): small fix to the text (#8091)

Small fix to  the migrations text.
This commit is contained in:
Shahed Nasser
2024-07-11 16:16:11 +03:00
committed by GitHub
parent b5c658f071
commit 66acb3023e

View File

@@ -48,7 +48,7 @@ export function buildMigrationScript({ moduleName, pathToMigrations }) {
if (result.length) {
logger.info("Completed successfully")
} else {
logger.info("Skipped. Database is upto-date")
logger.info(`Skipped. Database is up-to-date for module.`)
}
} catch (error) {
logger.error(`Failed with error ${error.message}`, error)