feat: 移除图片生成记录中的尺寸字段,调整归档逻辑以支持异步处理

This commit is contained in:
2026-04-26 01:37:01 +08:00
parent 4c58f409e9
commit 818cf317ab
9 changed files with 115 additions and 85 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `image_generations`
DROP COLUMN `size`;