fix: complete image_make asset delivery

This commit is contained in:
john
2026-07-19 19:09:26 +08:00
parent 32e697b698
commit a0043e95c1
7 changed files with 66 additions and 6 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ export async function migrateSchema(pool) {
await pool.query(
`ALTER TABLE h5_assets
MODIFY source_type ENUM('upload', 'chat', 'agent', 'template', 'generated', 'workspace')
MODIFY source_type ENUM('upload', 'chat', 'agent', 'template', 'generated', 'workspace', 'image_make')
NOT NULL DEFAULT 'upload'`,
);