mirror of
https://github.com/usememos/memos.git
synced 2025-03-04 01:04:38 +08:00
chore: fix mysql latest schema
This commit is contained in:
parent
a62f1e15a6
commit
eacd3e1c17
1 changed files with 1 additions and 1 deletions
|
@ -131,5 +131,5 @@ CREATE TABLE `inbox` (
|
|||
`sender_id` INT NOT NULL,
|
||||
`receiver_id` INT NOT NULL,
|
||||
`status` TEXT NOT NULL,
|
||||
`message` TEXT NOT NULL DEFAULT '{}'
|
||||
`message` TEXT NOT NULL
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue