6 lines
321 B
SQL
6 lines
321 B
SQL
-- RSS matching (§6.2) prefers an id the tracker supplied over anything read
|
|
-- off the release name, and `imdbid` is the id Prowlarr's definitions emit
|
|
-- most often. Nullable: TMDB does not know one for every title, and the
|
|
-- column is only filled by the metadata refresh.
|
|
ALTER TABLE movies ADD COLUMN imdb_id TEXT;
|