Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
goingson
main
tag: launch-2026-06-01
Files
Commits
Issues
goingson
/
migrations
/
sqlite
/
020_email_html_body.sql
123 B · 3 lines
History
Blame
Raw
1
--
Add html_body column to store original HTML for "Open in Browser" feature
2
ALTER
TABLE
emails ADD COLUMN html_body
TEXT
;
3