Refactor: Clean up user_top_lists items column

This commit is contained in:
gpt-engineer-app[bot]
2025-10-03 14:18:55 +00:00
parent 7d0a2130d4
commit a595976924

View File

@@ -96,7 +96,6 @@ export function UserListManager() {
description: newListDescription || null,
list_type: newListType,
is_public: newListIsPublic,
items: [], // Legacy field, will be empty
}])
.select()
.single();