askvortsov / flarum-recalc-meta
重新计算元数据
v0.1.0
2020-10-25 19:21 UTC
Requires
- flarum/core: ^0.1.0-beta.8
This package is auto-updated.
Last update: 2024-08-26 03:43:43 UTC
README
A Flarum extension. Sometimes, metadata counts get out of sync. This extension adds 3 commands to update them
php flarum recalculate_stats:discussions
recalculates first post, last post, comment count, and participant count metadata for each discussion.php flarum recalculate_stats:tags
discussion count, comment count, and last posted discussion for each tag. This should ONLY be used if the askvortsov/categories discussion is installed.php flarum recalculate_stats:users
recalculates user discussion and post count for each user.
Please note that these commands can be very slow on large databases. This should not be used on extremely large databases.
安装
使用composer手动安装
composer require askvortsov/flarum-recalc-meta
更新
composer update askvortsov/flarum-recalc-meta