takeout: bump migrator version
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/1010/head
parent
a1ee15d288
commit
a8aa090be1
|
@ -41,7 +41,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
class MigrateGoogleTakeout extends Command
|
class MigrateGoogleTakeout extends Command
|
||||||
{
|
{
|
||||||
protected const MIGRATOR_VERSION = 2;
|
protected const MIGRATOR_VERSION = 3;
|
||||||
protected const MIGRATED_KEY = 'memoriesMigratorVersion';
|
protected const MIGRATED_KEY = 'memoriesMigratorVersion';
|
||||||
|
|
||||||
protected OutputInterface $output;
|
protected OutputInterface $output;
|
||||||
|
|
Loading…
Reference in New Issue