takeout: bump migrator version

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/1010/head
Varun Patil 2024-01-05 08:19:30 -08:00
parent a1ee15d288
commit a8aa090be1
1 changed files with 1 additions and 1 deletions

View File

@ -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;