From b6c951993d5db4e42c536e85e0b71cf872145273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 3 Dec 2023 11:23:05 +0100 Subject: [PATCH] fix order in manifest.toml --- manifest.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 606f323..f35b9c0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -107,9 +107,6 @@ ram.runtime = "50M" backend.default = 8001 similarity.default = 8002 - [resources.database] - type = "postgresql" - [resources.apt] packages = [ "curl", "unzip", @@ -149,7 +146,6 @@ ram.runtime = "50M" "libmagickwand-dev", "libldap2-dev", "libsasl2-dev", - "postgresql", ] packages_from_raw_bash = """ @@ -162,3 +158,6 @@ ram.runtime = "50M" repo = "deb https://dl.yarnpkg.com/debian/ stable main" key = "https://dl.yarnpkg.com/debian/pubkey.gpg" packages = "yarn" + + [resources.database] + type = "postgresql"