feat(kol): workspace KOL cards + article source type
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- name: ListArticles :many
|
||||
SELECT a.id, a.tenant_id, a.source_type, a.template_id,
|
||||
SELECT a.id, a.tenant_id, a.source_type, a.template_id, a.kol_prompt_id,
|
||||
a.generate_status, a.publish_status, a.created_at, a.updated_at,
|
||||
av.title, av.word_count, av.source_label,
|
||||
t.template_name
|
||||
|
||||
Reference in New Issue
Block a user