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
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "experiments" ADD COLUMN "plot_config" JSONB;