Twenty fix

This commit is contained in:
Michel Roegl-Brunner
2026-03-27 12:51:43 +01:00
parent 0b0d37afe0
commit 70c3ce8f2d

View File

@@ -62,7 +62,7 @@ $STD su - postgres -c "psql -d ${PG_DB_NAME} -c '
CREATE EXTENSION IF NOT EXISTS unaccent;
CREATE OR REPLACE FUNCTION public.unaccent_immutable(input text)
RETURNS text LANGUAGE sql IMMUTABLE
AS \$\$SELECT public.unaccent($$public.unaccent$$::regdictionary, input)\$\$;
AS \$\$SELECT public.unaccent(\$\$public.unaccent\$\$::regdictionary, input)\$\$;
'"
$STD npx -y typeorm migration:run -d dist/database/typeorm/core/core.datasource
msg_ok "Ran Database Migrations"