Open PGijsbers opened 1 year ago
I decided to not support legacy studies in the new implementation. The php
code already says TODO: remove ASAP
. We would need to have a look at how to migrate the legacy studies to new-style studies (if at all - legacy studies may have things attached that modern studies can't, such as flows).
❓What is the benchmark_suite
identifier in the study
table? Is it a field for run studies to link to a task study?
⚠️ Current implementation of run
studies is not tested, requires updated test database that contains run study (and runs).
Migrate legacy studies in database.
❓What is the
benchmark_suite
identifier in thestudy
table? Is it a field for run studies to link to a task study?
The column is not used (in production), we can delete it.
🪲 administrators can not access private datasets