Added documentation for commands to manage users and view actors

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-12-18 15:58:33 +01:00
parent 9485694392
commit d18620c368
4 changed files with 84 additions and 6 deletions

View File

@@ -30,6 +30,9 @@ mix mobilizon.instance gen [<options>]
### move_participant_stats
!!! tip "Environment"
You need to run these commands with the appropriate environment loaded
Task to move participant stats directly on the `event` table (so there's no need to count event participants each time).
This task should **only be run once** when migrating from `v1.0.0-beta.1` to `v1.0.0-beta.2`.
@@ -41,6 +44,9 @@ mix mobilizon.move_participant_stats
### setup_search
!!! tip "Environment"
You need to run these commands with the appropriate environment loaded
Task to setup search for existing events.
This task should **only be run once** when migrating from `v1.0.0-beta.1` to `v1.0.0-beta.2`.