feat(backend): persist per-experiment plot_config via PUT /:id/plot-config

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Experiments DB Dev
2026-06-01 10:12:23 -04:00
parent 2dd4a329ee
commit e9511bdac3
4 changed files with 90 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ model Experiment {
created_at DateTime @default(now())
template Json @default("[]")
subject_info_template Json @default("[]")
plot_config Json?
animals Animal[]
@@map("experiments")