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/up.sql
Normal file
2
migrations/2025-07-21-014019_message_is_edited/up.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Your SQL goes here
|
||||
ALTER TABLE messages ADD COLUMN is_edited BOOLEAN NOT NULL DEFAULT FALSE;
|
Loading…
Add table
Add a link
Reference in a new issue