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
This commit is contained in:
parent
bd9e87128d
commit
7244c39a47
1
migrations/005_add_toc_html.sql
Normal file
1
migrations/005_add_toc_html.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE posts ADD COLUMN toc_html TEXT;
|
||||
Loading…
x
Reference in New Issue
Block a user