Update tdrive/backend/node/src/cli/cmds/migration_cmds/migrate-files.ts
Co-authored-by: Quentin Valmori <quentin.valmori@gmail.com>
This commit is contained in:
@@ -162,7 +162,7 @@ const purgeIndexesCommand: yargs.CommandModule<unknown, unknown> = {
|
|||||||
console.log(`\n✅ File migrated successfully: ${fileObject.name}`);
|
console.log(`\n✅ File migrated successfully: ${fileObject.name}`);
|
||||||
} else {
|
} else {
|
||||||
console.log(
|
console.log(
|
||||||
`[DRY-RUN] Would migrate ${user.email_canonical} file: ${fileObject.name}`,
|
`[DRY-RUN] Would migrate ${user.email_canonical} for slug ${sanitizeSlug(userId)} file: ${fileObject.name}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user