v8: Schema - author_email, comment_holds, comment_bans #21
Labels
No labels
bug
duplicate
enhancement
future
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rbrooks/TeaLeaves#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migration for the moderation layer.
comments.author_email text(nullable, stored hashed; never exposed in any API response)comment_holdstable:comment_id,hold_reason(enum:first_comment | keyword | url | ai_score | timing | manual),ai_score numeric,held_atcomment_banstable:id,scope(enum:motif | global),ban_type(enum:ip | ip_cidr | name_pattern | email_domain),value text,created_by uuid,created_ataudit_logwithentity_type = 'comment'- no new tableImported from
ROADMAP.md.