docs: Mention that dbupdate is sometimes required after changing config.

Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
This commit is contained in:
Rodrigo Martins 2021-03-29 15:43:47 +11:00 committed by Ben Sturmfels
parent 9de3063d8e
commit e0eff326d7
2 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,7 @@ Thank you!
* Rasmus Larsson
* Robert Smith
* Rodney Ewing
* Rodrigo Martins
* Rodrigo Rodrigues da Silva
* Romain Porte
* Runar Petursson

View File

@ -59,6 +59,11 @@ read and reference:
option that we didn't tell you about. :)
Enabling extra media types or plugins may require an update to the database, so
after making changes, it is also a good idea to run::
$ ./bin/gmg dbupdate
Common changes
==============