diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-12-28 12:02:16 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-12-28 12:02:16 +0000 |
commit | 3966add048fda791e6893540d8304b0e626ab9f4 (patch) | |
tree | 3a3da119eb71a0536bd5f23226834dfea634d74a /docs/administration/CLI_tasks | |
parent | b122b6ffa318af30586f9da0532135959804a6a0 (diff) | |
download | pleroma-3966add048fda791e6893540d8304b0e626ab9f4.tar.gz pleroma-3966add048fda791e6893540d8304b0e626ab9f4.zip |
Revert "Merge branch 'features/hashtag-column' into 'develop'"
This reverts merge request !2824
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r-- | docs/administration/CLI_tasks/database.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/administration/CLI_tasks/database.md b/docs/administration/CLI_tasks/database.md index eb85381ff..6dca83167 100644 --- a/docs/administration/CLI_tasks/database.md +++ b/docs/administration/CLI_tasks/database.md @@ -91,18 +91,6 @@ Can be safely re-run mix pleroma.database fix_likes_collections ``` -## 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 <months_limit> -``` - -```sh tab="From Source" -mix pleroma.database fill_old_hashtags <months_limit> -``` - ## Vacuum the database ### Analyze |