Index: src/config/database.js
===================================================================
--- src/config/database.js	(revision abdcf3302cfa9320f287ba1d993dece88a8ef830)
+++ src/config/database.js	(revision 515cf1a67cad06eb3a51a911df89d992e16275ac)
@@ -334,4 +334,7 @@
   ensureColumn('ap_timeline', 'nsfw', 'INTEGER DEFAULT 0');  // remote sensitive post → blur in the Cirkel
   ensureColumn('ap_timeline', 'cw', 'TEXT');                 // remote content-warning text
+  ensureColumn('ap_timeline', 'reblog_name', 'TEXT');        // a followed account boosted this → "X boosted"
+  ensureColumn('ap_timeline', 'reblog_handle', 'TEXT');      //   the booster's @handle
+  ensureColumn('ap_timeline', 'reblog_icon', 'TEXT');        //   the booster's avatar
 }
 
