chore: remove features that don't compile

add: posts "circle" column
This commit is contained in:
trisua 2025-06-15 12:19:58 -04:00
parent 0310418837
commit 50704d27a9
42 changed files with 71 additions and 365 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE posts
ADD COLUMN circle BIGINT NOT NULL DEFAULT 0;