1
0
Fork 0

atticd: remove pg ensurePermissions

This commit is contained in:
Daniel Kempkens 2024-03-09 16:37:52 +01:00
parent 904f79ed74
commit 621875eebd
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -49,9 +49,6 @@ in
ensureUsers = [
{
name = "atticd";
ensurePermissions = {
"DATABASE attic" = "ALL PRIVILEGES";
};
}
];
};