Closed ewan-escience closed 2 days ago
I'm a bit afraid that using the SETOF
return type might cause the same problems as was fixed in #1299, but this was the only way to get resource embedding to work.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Backend functions for software and project overviews per category
Changes proposed in this pull request
How to test
docker compose down --volumes && docker compose build --parallel && docker compose up --scale data-generation=0
docker compose down --volumes && docker compose up --scale data-generation=1
ALTER DATABASE "rsd-db" SET JIT = OFF;
or use the value ofPOSTGRES_DB
in your.env
and then rundocker compose kill -s SIGUSR1 backend
)Implements the first step of #1350
PR Checklist:
docker-compose.yml