# schema-change-update > Update documentation when database schema changes. Triggered by pg-notify-listener. - Author: NOVA - Repository: NOVA-Openclaw/clawd-workspace - Version: 20260207131035 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/NOVA-Openclaw/clawd-workspace - Web: https://mule.run/skillshub/@@NOVA-Openclaw/clawd-workspace~schema-change-update:20260207131035 --- --- name: schema-change-update description: Update documentation when database schema changes. Triggered by pg-notify-listener. --- # Schema Change Update ## Tools - `psql` - `git` ## Procedure 1. {'step': 1, 'action': 'Inspect the change', 'command': 'psql -d nova_memory -c "\\d TABLE_NAME"'} 2. {'file': '~/clawd/MEMORY.md', 'step': 2, 'action': 'Update MEMORY.md schema section'} 3. {'file': '~/clawd/nova-memory/schema.sql', 'step': 3, 'action': 'Update schema.sql if new table/column'} 4. {'step': 4, 'action': 'Commit and push', 'command': 'cd ~/clawd/nova-memory && git add -A && git commit -m "schema: CHANGE_DESCRIPTION" && git push'}