Files
silo-server/migrations/064_collection_poster_auto_generated.up.sql
T

3 lines
115 B
SQL

ALTER TABLE library_collections
ADD COLUMN IF NOT EXISTS poster_auto_generated BOOLEAN NOT NULL DEFAULT FALSE;