feat: add quality column to conversion_jobs

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 23:02:48 +02:00
co-authored by Claude Sonnet 5
parent b826338a61
commit 8caab530e7
3 changed files with 16 additions and 5 deletions
+1
View File
@@ -12,6 +12,7 @@ CREATE TABLE IF NOT EXISTS conversion_jobs (
output_mime_type VARCHAR(128) NULL,
input_size_bytes INT UNSIGNED NOT NULL,
output_size_bytes INT UNSIGNED NULL,
quality SMALLINT UNSIGNED NULL,
conversion_duration_seconds DECIMAL(10,3) NULL,
error_message VARCHAR(255) NULL,
error_log TEXT NULL,