mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:50:11 +00:00
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:
parent
d59fcd5093
commit
5f148dcb42
2 changed files with 164 additions and 0 deletions
|
@ -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,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue