Files
silo-server/migrations/067_media_file_chapter_thumbnail_failure_state.down.sql
T

5 lines
203 B
SQL

ALTER TABLE public.media_files
DROP COLUMN IF EXISTS chapter_thumbnail_last_error,
DROP COLUMN IF EXISTS chapter_thumbnail_failure_count,
DROP COLUMN IF EXISTS chapter_thumbnail_retry_after;