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