Index: src/config/database.js
===================================================================
--- src/config/database.js	(revision c74565987caf12d910b2fb8dd439042dd0e2f94f)
+++ src/config/database.js	(revision 3289a6433bf12cccc844824d53d4f353853ef2f0)
@@ -357,4 +357,5 @@
   ensureColumn('ap_interactions', 'parent_uri', 'TEXT'); // nesting (existing DBs)
   ensureColumn('ap_interactions', 'acted_boost', 'INTEGER DEFAULT 0'); // owner boosted this comment (🔁) → can undo
+  ensureColumn('ap_interactions', 'acted_like', 'INTEGER DEFAULT 0'); // owner liked this comment (⭐) → can undo
 
   // Fediverse CLIENT: accounts WE follow (outbound) + the home timeline of their posts.
