From 6b0b0efe1fda73835c1e08bf8d977a38ee6f0864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 11 Jun 2023 13:34:51 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f352020..cba0276 100644 --- a/manifest.toml +++ b/manifest.toml @@ -97,7 +97,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "postgresql" + packages = "postgresql postgresql-contrib" [resources.database] type = "postgresql"