services: remove usage of ensurePermissions
Deprecated in favor of ensureDBOwnership
This commit is contained in:
parent
422703c8ac
commit
78c16d6802
4 changed files with 4 additions and 8 deletions
|
|
@ -92,7 +92,7 @@ in {
|
|||
ensureUsers = [
|
||||
{
|
||||
name = "paperless";
|
||||
ensurePermissions."DATABASE paperless" = "ALL PRIVILEGES";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue