feat: add audio clip annotation view for dialect rating

This commit is contained in:
smaubio
2026-03-13 14:49:46 +01:00
parent 2b6d23c406
commit a823e968a2
12 changed files with 2022 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
DROP INDEX `annotation_user_entry_idx`;--> statement-breakpoint
ALTER TABLE `annotation` ADD `dialect_label` text NOT NULL;--> statement-breakpoint
CREATE UNIQUE INDEX `annotation_user_entry_dialect_idx` ON `annotation` (`user_id`,`dataset_entry_id`,`dialect_label`);