Index: src/config/database.js
===================================================================
--- src/config/database.js	(revision b300682efae63352c2693b70b56e27061543450b)
+++ src/config/database.js	(revision 0091cb77d389e73218336782b310d2f000e2579a)
@@ -47,4 +47,6 @@
   // Per-site Prutter toggle: when off, DM endpoints/UI are hidden for that site.
   ensureColumn('sites', 'enable_prutter', 'INTEGER DEFAULT 1');
+  // Cirkels: mag deze site in cirkels van anderen verschijnen (surfacing opt-out).
+  ensureColumn('sites', 'allow_circle', 'INTEGER DEFAULT 1');
 
   // v9 audit additions —————————————————————————————————————————
