Index: src/config/database.js
===================================================================
--- src/config/database.js	(revision 5a6a457ca2bf625de84ec03d20f7757480337fde)
+++ src/config/database.js	(revision ce0bedff0d85791ab7966f745a3ebda5794f4f72)
@@ -400,4 +400,7 @@
     CREATE INDEX IF NOT EXISTS idx_ap_delivery_due ON ap_delivery(next_at);
   `);
+  // Auto-boost a followed account's posts ("feature an artist"): their new
+  // top-level posts get re-Announced to our followers automatically.
+  ensureColumn('ap_following', 'auto_boost', 'INTEGER DEFAULT 0');
 }
 
