mirror of https://github.com/usememos/memos.git
chore: update seed data
This commit is contained in:
parent
995ec34bf8
commit
8b20992424
|
|
@ -8,3 +8,16 @@ VALUES
|
|||
'#memos 👋 Welcome to memos',
|
||||
101
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
memo (
|
||||
`content`,
|
||||
`creator_id`,
|
||||
`row_status`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
'好好学习,天天向上。',
|
||||
101,
|
||||
'ARCHIVED'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue