Files
arr/crates/arr-db/migrations/0009_movie_metadata_refresh.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

6 lines
302 B
SQL

-- Bounds how often targeted search pays for a TMDB call per movie,
-- independent of the search backoff schedule (§6.2): a title on a
-- day-long backoff, or one with no digital release date yet, must not
-- cost a TMDB call every 30 s tick.
ALTER TABLE movies ADD COLUMN metadata_refreshed_at TEXT;