feat(db): stamp series metadata refresh time

This commit is contained in:
Miguel Palhas
2026-08-23 17:45:09 +01:00
parent 8b8e1dcec9
commit 808145d73b
9 changed files with 216 additions and 0 deletions
@@ -0,0 +1,4 @@
-- §8: the daily series metadata refresh is gated on this stamp, exactly as
-- the movie lane gates on `movies.metadata_refreshed_at` (0009). NULL means
-- never refreshed, which makes a newly added series immediately due.
ALTER TABLE series ADD COLUMN metadata_refreshed_at TEXT;