tetratto/sql_changes/communities_post_count.sql
trisua a6140f7c8c add: forges ui
TODO: forges tickets feed, posts open/closed state
2025-06-09 16:45:36 -04:00

2 lines
70 B
SQL

ALTER TABLE communities
ADD COLUMN post_count INT NOT NULL DEFAULT 0;