Index: src/config/database.js
===================================================================
--- src/config/database.js	(revision d5495493691e5642bb7df668ba1fd87506fdd369)
+++ src/config/database.js	(revision 221a2097e364410e12aa34d7c668aab224bd16b4)
@@ -172,4 +172,7 @@
     );
   `);
+
+  // Tags van de originele post — getoond in de cirkel (comma-separated string).
+  ensureColumn('remote_posts', 'tags', 'TEXT');
 }
 
