mirror of
https://github.com/usememos/memos.git
synced 2025-10-08 21:39:23 +08:00
chore: update seed data
This commit is contained in:
parent
995ec34bf8
commit
8b20992424
1 changed files with 13 additions and 0 deletions
|
@ -8,3 +8,16 @@ VALUES
|
||||||
'#memos 👋 Welcome to memos',
|
'#memos 👋 Welcome to memos',
|
||||||
101
|
101
|
||||||
);
|
);
|
||||||
|
|
||||||
|
INSERT INTO
|
||||||
|
memo (
|
||||||
|
`content`,
|
||||||
|
`creator_id`,
|
||||||
|
`row_status`
|
||||||
|
)
|
||||||
|
VALUES
|
||||||
|
(
|
||||||
|
'好好学习,天天向上。',
|
||||||
|
101,
|
||||||
|
'ARCHIVED'
|
||||||
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue