Add temporary console command to fix workerqueue row with corrupted parameter data

- It should be reverted just before the 2020.12 release
This commit is contained in:
Hypolite Petovan 2020-12-15 00:20:49 -05:00
parent d59fcd5093
commit 5f148dcb42
2 changed files with 164 additions and 0 deletions

View file

@ -94,6 +94,7 @@ HELP;
'serverblock' => Friendica\Console\ServerBlock::class,
'storage' => Friendica\Console\Storage::class,
'relay' => Friendica\Console\Relay::class,
'fixapdeliveryworkertaskparameters' => Friendica\Console\FixAPDeliveryWorkerTaskParameters::class,
];
/**