Index: src/config/database.js
===================================================================
--- src/config/database.js	(revision eb36688598f8d808a62a4fd9336d9bbdf02cbf9f)
+++ src/config/database.js	(revision 6fd0e20cf8f015658ff3a7c4a2acd4c1102e2877)
@@ -549,4 +549,5 @@
   ensureColumn('ap_timeline', 'emoji_json', 'TEXT');         // FEP-9098 custom emoji Emoji tags from the inbound note, served back as `tag`
   ensureColumn('ap_timeline', 'link_json', 'TEXT');          // FEP-e232 object-link (quote/ref) tags from the inbound note, served back as `tag`
+  ensureColumn('ap_timeline', 'quote_json', 'TEXT');         // FEP-044f resolved quoted-post snapshot (author + content), for the embedded quote card
   ensureColumn('ap_timeline', 'reblog_name', 'TEXT');        // a followed account boosted this → "X boosted"
   ensureColumn('ap_timeline', 'reblog_handle', 'TEXT');      //   the booster's @handle
