MaCH repo

This commit is contained in:
2026-03-30 20:26:41 -05:00
committed by nightshade
commit c5ede1c8dd
106 changed files with 6279 additions and 0 deletions
@@ -0,0 +1,3 @@
UPDATE posts
SET title = {{title}}, body = {{body}}
WHERE id = {{id}};