Merge branch 'main' into wip/message-editing
This commit is contained in:
commit
bfd49046aa
58 changed files with 2544 additions and 1262 deletions
2
migrations/2025-07-21-014019_message_is_edited/down.sql
Normal file
2
migrations/2025-07-21-014019_message_is_edited/down.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- This file should undo anything in `up.sql`
|
||||
ALTER TABLE messages DROP COLUMN is_edited;
|
Loading…
Add table
Add a link
Reference in a new issue