bvm-matrix: fix DATABASE name in GRANT
This commit is contained in:
parent
38b306b095
commit
320cc36312
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in {
|
|||
ensureUsers = [{
|
||||
name = "matrix-synapse";
|
||||
ensurePermissions = {
|
||||
"DATABASE matrix-synapse" = "ALL PRIVILEGES";
|
||||
"DATABASE \"matrix-synapse\"" = "ALL PRIVILEGES";
|
||||
};
|
||||
}];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue