Skip to main content

max / makenotwork

327 B · 6 lines History Blame Raw
1 -- Creator-initiated subscription pause.
2 -- When set, the creator has voluntarily paused their account. Fan subscriptions
3 -- are set to cancel_at_period_end (graceful expiry), new purchases are blocked,
4 -- and content remains hosted indefinitely (no removal clocks).
5 ALTER TABLE users ADD COLUMN creator_paused_at TIMESTAMPTZ;
6