feat: add new fields to dataset_entry and update related components for processing and display

This commit is contained in:
averel10
2026-03-13 14:01:25 +01:00
parent 2b6d23c406
commit 4c9b4734e7
9 changed files with 667 additions and 35 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE `dataset_entry` ADD `rms_value` real;--> statement-breakpoint
ALTER TABLE `dataset_entry` ADD `longest_pause` real;--> statement-breakpoint
ALTER TABLE `dataset_entry` ADD `utmos_score` real;--> statement-breakpoint
ALTER TABLE `dataset_entry` ADD `wer_score` real;