This commit is contained in:
Timothy J. Baek
2024-10-01 21:48:15 -07:00
parent 5933d7a216
commit 3e012f0219
5 changed files with 18 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ def upgrade():
user_id=doc.user_id,
description=doc.name,
meta={
"legacy": True,
"document": True,
"tags": json.loads(doc.content or "{}").get("tags", []),
},
name=doc.title,