feat: added Data-Model for utterances into experiment_calibration

This commit is contained in:
averel10
2026-04-10 06:46:37 +02:00
parent 9c23c7e054
commit 3bb7f0cc6c
6 changed files with 961 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `experiment_calibration` ADD `utterance_id` text;--> statement-breakpoint
ALTER TABLE `experiment_calibration` ADD `utterance_text` text;