Files
arr/crates/arr-db/migrations/0008_movie_digital_release.sql
T
naps62-yolo e01505bd53
ci / web (push) Successful in 25s
e2e / e2e (push) Successful in 46s
ci / rust (push) Successful in 2m9s
Targeted-search backoff and release-date gating (#90)
2026-08-23 00:42:13 +01:00

5 lines
222 B
SQL

-- TMDB's earliest digital release date is the gate for targeted searches
-- (§6.2). Keep it with title metadata so a newly announced date resets the
-- search backoff.
ALTER TABLE movies ADD COLUMN digital_release TEXT;