fix: complete image_make asset delivery
This commit is contained in:
@@ -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'`,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user