Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
lane-a-pipeline
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
multithreaded
/
migrations
/
020_auto_hide_threshold.sql
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