Files
silo-server/migrations/004_collection_image_thumbhash.up.sql
T

3 lines
174 B
SQL

ALTER TABLE library_collections ADD COLUMN poster_thumbhash TEXT NOT NULL DEFAULT '';
ALTER TABLE library_collections ADD COLUMN backdrop_thumbhash TEXT NOT NULL DEFAULT '';