fix(ops/whitby): use ensureDBOwnership option for panettone

The other option is deprecated and prints scary eval warnings.

This probably has no effect, as the database is already initialised.

Change-Id: Ida4e79517436fa4572e69317b28f3712afc17159
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11029
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
Vincent Ambo 2024-02-26 14:34:20 +03:00 committed by tazjin
parent db2fbcac0b
commit 3dfba5901b

View file

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