1
0
Fork 0

hosts/web-2: postgresql migrate to ensureDBOwnership

This commit is contained in:
clerie 2024-03-24 14:35:31 +01:00
parent db58f552b2
commit 50066d1122
1 changed files with 1 additions and 1 deletions

View File

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