chore: update seed data

This commit is contained in:
boojack 2022-05-02 10:57:31 +08:00
parent 995ec34bf8
commit 8b20992424

View file

@ -8,3 +8,16 @@ VALUES
'#memos 👋 Welcome to memos',
101
);
INSERT INTO
memo (
`content`,
`creator_id`,
`row_status`
)
VALUES
(
'好好学习,天天向上。',
101,
'ARCHIVED'
);