Browse Source

Update synapse-janitor to support current synapse database schema

pull/397/head
David Gnedt 6 years ago
parent
commit
c55682d099
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-postgres/defaults/main.yml

+ 1
- 1
roles/matrix-postgres/defaults/main.yml View File

@@ -30,4 +30,4 @@ matrix_postgres_container_extra_arguments: []
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:5432"), or empty string to not expose.
matrix_postgres_container_postgres_bind_port: ""

matrix_postgres_tool_synapse_janitor: "https://raw.githubusercontent.com/xwiki-labs/synapse_scripts/0b3f035951932ceb396631de3fc701043b9723bc/synapse_janitor.sql"
matrix_postgres_tool_synapse_janitor: "https://raw.githubusercontent.com/xwiki-labs/synapse_scripts/a9188ff175ae581610f92d58ea6eac9a114d854b/synapse_janitor.sql"

Loading…
Cancel
Save