mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Updated migration logging string for correctness
no issue - we check the presence of `members_free_signup_redirect` here but the log line said `members_paid_signup_redirect` - this must have been missed in review but it's simple enough to fix
This commit is contained in:
parent
ff03d26bbb
commit
a1166d575f
@ -34,7 +34,7 @@ module.exports = createTransactionalMigration(
|
||||
.update('welcome_page_url', freeSignupRedirect.value)
|
||||
.where('type', 'free');
|
||||
} else {
|
||||
logging.info(`No members_paid_signup_redirect setting found`);
|
||||
logging.info(`No members_free_signup_redirect setting found`);
|
||||
}
|
||||
},
|
||||
async function down(knex) {
|
||||
|
Loading…
Reference in New Issue
Block a user