yggdrasil/migrations/005_add_toc_html.sql
xfy 7244c39a47 feat(db): add toc_html column to posts table
- Add migration 005_add_toc_html.sql to store pre-rendered TOC HTML
- Enables caching rendered TOC alongside content_html at write time
2026-06-12 10:35:33 +08:00

2 lines
44 B
SQL

ALTER TABLE posts ADD COLUMN toc_html TEXT;