feat: add utterance field to dataset entries and update related components for filtering and display
This commit is contained in:
3
drizzle/0004_nervous_giant_girl.sql
Normal file
3
drizzle/0004_nervous_giant_girl.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `dataset_entry` ADD `utterance_id` text;--> statement-breakpoint
|
||||
ALTER TABLE `dataset_entry` ADD `utterance_text` text;--> statement-breakpoint
|
||||
ALTER TABLE `dataset_entry` DROP COLUMN `utterance`;
|
||||
Reference in New Issue
Block a user