You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2026. It is now read-only.
psycopg2.errors.UndefinedColumn: column "content" does not exist
LINE 1: SELECT id, content AS text FROM lessons WHERE content IS NOT...
HINT: Perhaps you meant to reference the column "lessons.context".
The lessons table has lesson (the lesson text) and context columns, but no content column. The script likely needs to reference lesson instead of content.
Bug
memory-maintenance.pyfails with:The
lessonstable haslesson(the lesson text) andcontextcolumns, but nocontentcolumn. The script likely needs to referencelessoninstead ofcontent.Script location:
~/.openclaw/scripts/memory-maintenance.pySteps to Reproduce
Run
python3 ~/.openclaw/scripts/memory-maintenance.pyExpected Behavior
Script should run the lessons embedding/maintenance pass without column errors.
Environment
Detected during proactive mode heartbeat, 2026-05-28 21:38 UTC.