plume: add todo

This commit is contained in:
Sandro - 2023-06-07 21:55:54 +02:00
parent 1111111f5e
commit 424242820d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ in
CREATE DATABASE plume;
GRANT ALL PRIVILEGES ON DATABASE plume TO plume;
'';
# TODO: update to postgresql 15
};
systemd.services.plume = {