Hedgedoc: Replace ensurePermissions
This commit is contained in:
parent
c44799033a
commit
b67bf68f0d
|
@ -38,9 +38,7 @@ in
|
|||
ensureUsers = [
|
||||
{
|
||||
name = "hedgedoc";
|
||||
ensurePermissions = {
|
||||
"DATABASE hedgedoc" = "ALL PRIVILEGES";
|
||||
};
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
ensureDatabases = [ "hedgedoc" ];
|
||||
|
|
Loading…
Reference in a new issue