mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
5 lines
346 B
SQL
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; |