mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix mysql latest schema
This commit is contained in:
@ -131,5 +131,5 @@ CREATE TABLE `inbox` (
|
|||||||
`sender_id` INT NOT NULL,
|
`sender_id` INT NOT NULL,
|
||||||
`receiver_id` INT NOT NULL,
|
`receiver_id` INT NOT NULL,
|
||||||
`status` TEXT NOT NULL,
|
`status` TEXT NOT NULL,
|
||||||
`message` TEXT NOT NULL DEFAULT '{}'
|
`message` TEXT NOT NULL
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user