fix: complete image_make asset delivery
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ CREATE TABLE IF NOT EXISTS h5_assets (
|
||||
risk_level ENUM('none', 'low', 'medium', 'high', 'critical') NOT NULL DEFAULT 'none',
|
||||
visibility ENUM('private', 'internal', 'public_candidate') NOT NULL DEFAULT 'private',
|
||||
status ENUM('uploaded', 'processing', 'ready', 'quarantined', 'archived', 'deleted') NOT NULL DEFAULT 'ready',
|
||||
source_type ENUM('upload', 'chat', 'agent', 'template', 'generated', 'workspace') NOT NULL DEFAULT 'upload',
|
||||
source_type ENUM('upload', 'chat', 'agent', 'template', 'generated', 'workspace', 'image_make') NOT NULL DEFAULT 'upload',
|
||||
created_at BIGINT NOT NULL,
|
||||
updated_at BIGINT NOT NULL,
|
||||
deleted_at BIGINT NULL,
|
||||
|
||||
Reference in New Issue
Block a user