🔧 update postgres permissions

This commit is contained in:
2023-11-27 12:14:54 -05:00
parent c39bbfd5fc
commit 4c3c44f052
3 changed files with 36 additions and 27 deletions

View File

@ -9,9 +9,7 @@
ensureUsers = [
{
name = "drone";
ensurePermissions = {
"DATABASE drone" = "ALL PRIVILEGES";
};
ensureDBOwnership = true;
}
];
};