Files
sofa/packages/db/drizzle/20260314183844_lethal_odin/migration.sql
T

5 lines
346 B
SQL

ALTER TABLE `episodes` ADD `stillThumbHash` text;--> statement-breakpoint
ALTER TABLE `persons` ADD `profileThumbHash` text;--> statement-breakpoint
ALTER TABLE `seasons` ADD `posterThumbHash` text;--> statement-breakpoint
ALTER TABLE `titles` ADD `posterThumbHash` text;--> statement-breakpoint
ALTER TABLE `titles` ADD `backdropThumbHash` text;