From 0ba356c916f369010f986122843a1d1554ef5ed2 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:48:48 +0200 Subject: [PATCH] Update twenty-install.sh --- install/twenty-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/twenty-install.sh b/install/twenty-install.sh index 47bf6ab0..dc245bc2 100644 --- a/install/twenty-install.sh +++ b/install/twenty-install.sh @@ -20,7 +20,7 @@ $STD apt install -y \ msg_ok "Installed Dependencies" PG_VERSION="17" PG_MODULES="pgvector" setup_postgresql -PG_DB_NAME="twenty_db" PG_DB_USER="twenty" PG_DB_SCHEMA_PERMS="true" PG_DB_EXTENSIONS="uuid-ossp,unaccent,vector" setup_postgresql_db +PG_DB_NAME="twenty_db" PG_DB_USER="twenty" PG_DB_SCHEMA_PERMS="true" PG_DB_EXTENSIONS="vector" setup_postgresql_db NODE_VERSION="24" setup_nodejs fetch_and_deploy_gh_release "twenty" "twentyhq/twenty" "tarball"