feat: 移除图片生成记录中的尺寸字段,调整归档逻辑以支持异步处理
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `image_generations`
|
||||
DROP COLUMN `size`;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `image_generations`
|
||||
DROP COLUMN `size`;
|
||||