Trying to fix twenty

This commit is contained in:
Michel Roegl-Brunner
2026-03-27 14:33:15 +01:00
parent 60965428ab
commit b889281340

View File

@@ -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"