5 lines
222 B
SQL
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;
|