feat: expand novel IP and production workflows
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `storyboard_shots`
|
||||
ADD COLUMN `transition_to_next` VARCHAR(50) NULL,
|
||||
ADD COLUMN `transition_to_next_duration` DECIMAL(5, 2) NULL,
|
||||
ADD COLUMN `transition_to_next_reason` TEXT NULL;
|
||||
Reference in New Issue
Block a user