chore: update seed data

pull/49/head
boojack 3 years ago
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…
Cancel
Save