Merge branch 'main' into wip/message-editing

This commit is contained in:
Radical 2025-07-21 01:42:49 +02:00
commit bfd49046aa
58 changed files with 2544 additions and 1262 deletions

View file

@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER TABLE messages DROP COLUMN is_edited;