add: finish forge stuff

This commit is contained in:
trisua 2025-06-10 22:02:06 -04:00
parent 53fb4d5778
commit 68071b96c8
21 changed files with 329 additions and 18 deletions

View file

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