Index: src/config/database.js
===================================================================
--- src/config/database.js	(revision 97bacf2bd1fa5c118355c94e36492a020d61d024)
+++ src/config/database.js	(revision cc3cf7dfa8380e09d7fbe9a8e4875036d28eaede)
@@ -548,4 +548,5 @@
   ensureColumn('ap_timeline', 'cw', 'TEXT');                 // remote content-warning text
   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', 'reblog_name', 'TEXT');        // a followed account boosted this → "X boosted"
   ensureColumn('ap_timeline', 'reblog_handle', 'TEXT');      //   the booster's @handle
