summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-12-28 12:02:16 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-12-28 12:02:16 +0000
commit3966add048fda791e6893540d8304b0e626ab9f4 (patch)
tree3a3da119eb71a0536bd5f23226834dfea634d74a /docs
parentb122b6ffa318af30586f9da0532135959804a6a0 (diff)
Revert "Merge branch 'features/hashtag-column' into 'develop'"
This reverts merge request !2824
Diffstat (limited to 'docs')
-rw-r--r--docs/administration/CLI_tasks/database.md12
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