summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source/management-commands.rst
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/doc/source/management-commands.rst')
-rw-r--r--askbot/doc/source/management-commands.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/askbot/doc/source/management-commands.rst b/askbot/doc/source/management-commands.rst
index 42458f8d..188654bf 100644
--- a/askbot/doc/source/management-commands.rst
+++ b/askbot/doc/source/management-commands.rst
@@ -112,8 +112,16 @@ The commands from this section will help fix those issues.
+--------------------------------+-------------------------------------------------------------+
| `fix_answer_counts` | recalculates answer counts for all questions |
+--------------------------------+-------------------------------------------------------------+
+| `fix_inbox_counts` | recalculates response counts in the user inboxes |
++--------------------------------+-------------------------------------------------------------+
| `fix_revisionless_posts` | adds a revision record to posts that lack them |
+--------------------------------+-------------------------------------------------------------+
+| `fix_question_tags` | takes tag names from the record on the question table |
+| | and stores them in the tag table. This defect may show when |
+| | the server process is interrupted after the question was |
+| | saved, but tags were not updated, and the symptom is that |
+| | the question cannot be found via the tag search. |
++--------------------------------+-------------------------------------------------------------+
The above commands are safe to run at any time, also they do not require
additional parameters. In the future all these will be replaced with just one simple command.