feat: expand novel IP and production workflows

This commit is contained in:
www
2026-09-18 08:14:05 +02:00
parent b2ae4600b4
commit d9c81a3ac0
235 changed files with 117971 additions and 2721 deletions
@@ -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;