pleroma.database fill_old_hashtags: Add month_limit argument
This commit is contained in:
parent
18b536c176
commit
d0c2479710
2 changed files with 43 additions and 33 deletions
|
|
@ -93,12 +93,14 @@ Can be safely re-run
|
|||
|
||||
## Fill hashtags for old objects
|
||||
|
||||
Migrate hashags fields for old objects, from now to `months_limit` months.
|
||||
|
||||
```sh tab="OTP"
|
||||
./bin/pleroma_ctl database fill_old_hashtags
|
||||
./bin/pleroma_ctl database fill_old_hashtags <months_limit>
|
||||
```
|
||||
|
||||
```sh tab="From Source"
|
||||
mix pleroma.database fill_old_hashtags
|
||||
mix pleroma.database fill_old_hashtags <months_limit>
|
||||
```
|
||||
|
||||
## Vacuum the database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue