From 10c802a96b86286a249660434a05d56f2a376cf0 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 Jul 2025 23:29:21 +0800 Subject: [PATCH] fix --- python_core/database/template_postgres.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python_core/database/template_postgres.py b/python_core/database/template_postgres.py index 64cbc1d..9b48aa0 100644 --- a/python_core/database/template_postgres.py +++ b/python_core/database/template_postgres.py @@ -684,7 +684,6 @@ PostgreSQL 驱动 psycopg2 未安装。请安装: duration=row['duration'], material_count=row['material_count'], track_count=row['track_count'], - draft_content=row["draft_content"], tags=row['tags'] if isinstance(row['tags'], list) else [], is_cloud=row['is_cloud'], user_id=row['user_id'],