From b889281340ccbd218a440f3e9f5b86427ac3ed1e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 27 Mar 2026 14:33:15 +0100 Subject: [PATCH] Trying to fix twenty --- install/twenty-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/twenty-install.sh b/install/twenty-install.sh index 851db9db..c1fe59c9 100644 --- a/install/twenty-install.sh +++ b/install/twenty-install.sh @@ -67,6 +67,7 @@ $STD su - postgres -c "psql -d ${PG_DB_NAME} -c ' RETURNS text LANGUAGE sql IMMUTABLE AS \$func\$SELECT public.unaccent(\$\$public.unaccent\$\$::regdictionary, input)\$func\$; '" +$STD npx ts-node ./scripts/setup-db.ts $STD npx -y typeorm migration:run -d dist/database/typeorm/core/core.datasource msg_ok "Ran Database Migrations"