From a8aa090be1445bc06b1984a11723f8d90104356a Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 5 Jan 2024 08:19:30 -0800 Subject: [PATCH] takeout: bump migrator version Signed-off-by: Varun Patil --- lib/Command/MigrateGoogleTakeout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Command/MigrateGoogleTakeout.php b/lib/Command/MigrateGoogleTakeout.php index 1341a972..d3ebd615 100644 --- a/lib/Command/MigrateGoogleTakeout.php +++ b/lib/Command/MigrateGoogleTakeout.php @@ -41,7 +41,7 @@ use Symfony\Component\Console\Output\OutputInterface; class MigrateGoogleTakeout extends Command { - protected const MIGRATOR_VERSION = 2; + protected const MIGRATOR_VERSION = 3; protected const MIGRATED_KEY = 'memoriesMigratorVersion'; protected OutputInterface $output;