diff options
author | Nick Barrett <nick@fizzadar.com> | 2021-10-06 11:26:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 11:26:18 +0100 |
commit | c80878d22a013ed68d3929025bbd40074e66af01 (patch) | |
tree | 30fd07e4fa8d7821a5fa22e7ae41a18d49c0124a /tox.ini | |
parent | More types for synapse.util, part 1 (#10888) (diff) | |
download | synapse-c80878d22a013ed68d3929025bbd40074e66af01.tar.xz |
Add `--run-background-updates` option to `update_database` script. (#10954)
Signed-off-by: Nick Barrett <nick@beeper.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index 5a62ec76c2..cfe6a06942 100644 --- a/tox.ini +++ b/tox.ini @@ -41,10 +41,10 @@ lint_targets = scripts/hash_password scripts/register_new_matrix_user scripts/synapse_port_db + scripts/update_synapse_database scripts-dev scripts-dev/build_debian_packages scripts-dev/sign_json - scripts-dev/update_database stubs contrib synctl |