feat: add audio clip annotation view for dialect rating
This commit is contained in:
3
drizzle/0007_flawless_wonder_man.sql
Normal file
3
drizzle/0007_flawless_wonder_man.sql
Normal 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`);
|
||||
Reference in New Issue
Block a user