feat: add iconSize column to ConversionJob

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 10:12:32 +02:00
co-authored by Claude Sonnet 5
parent 8795f65055
commit 1ff660a3d2
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE `conversion_jobs` ADD COLUMN `icon_size` SMALLINT UNSIGNED NULL;