From 3b45815ce10ffcba918086309da2a9e38e53cfe8 Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 7 Dec 2024 20:23:39 +0000 Subject: [PATCH 1/3] Update manifest.toml --- manifest.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a78119c..55e6e9c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -126,9 +126,7 @@ ram.runtime = "500M" "libpq-dev", "postgresql-16", "postgresql-16-pgvector", - "postgresql-client-16", - "postgresql-common", - "postgresql-client-common" + "postgresql-client-16" ] [resources.database] From a3ab39b45d20fc1f5850bd82bc39e5340f65f725 Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 7 Dec 2024 20:27:34 +0000 Subject: [PATCH 2/3] Update manifest.toml --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index 55e6e9c..8a78bf1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -77,6 +77,8 @@ ram.runtime = "500M" "python3-dev", "ffmpeg", "postgresql", + "postgresql-common", + "postgresql-client-common", "wget", "build-essential", "libreadline-dev", From e2bc0659175271f9d35ccf2280fac9ff7e4c2591 Mon Sep 17 00:00:00 2001 From: ewilly Date: Sun, 8 Dec 2024 07:42:15 +0000 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8a78bf1..fd04770 100644 --- a/manifest.toml +++ b/manifest.toml @@ -77,8 +77,6 @@ ram.runtime = "500M" "python3-dev", "ffmpeg", "postgresql", - "postgresql-common", - "postgresql-client-common", "wget", "build-essential", "libreadline-dev", @@ -130,6 +128,3 @@ ram.runtime = "500M" "postgresql-16-pgvector", "postgresql-client-16" ] - - [resources.database] - type = "postgresql"