fix(migrations): small fix to the text (#8091)
Small fix to the migrations text.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user