Skip to main content

max / multithreaded

205 B · 4 lines History Blame Raw
1 -- Per-community auto-hide threshold for flagged posts.
2 -- NULL = disabled. When set, posts with >= threshold pending flags are auto-hidden.
3 ALTER TABLE communities ADD COLUMN auto_hide_threshold INTEGER;
4