Files
arr/crates/arr-db/migrations/0013_movie_imdb_id.sql
T
naps62-yolo 02d99ae558
ci / web (push) Successful in 28s
e2e / e2e (push) Successful in 53s
ci / rust (push) Successful in 2m15s
feat: match RSS results by IMDb id (#99)
2026-08-23 02:44:42 +01:00

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;