summary refs log tree commit diff
path: root/scripts/update_synapse_database (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-1/+1
| | | | | | This removes the magic allowing accessing configurable variables directly from the config object. It is now required that a specific configuration class is used (e.g. `config.foo` must be replaced with `config.server.foo`).
* Add `--run-background-updates` option to `update_database` script. (#10954)Nick Barrett2021-10-061-0/+116
Signed-off-by: Nick Barrett <nick@beeper.com>