Commit 8b209924 authored by boojack's avatar boojack

chore: update seed data

parent 995ec34b
...@@ -8,3 +8,16 @@ VALUES ...@@ -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'
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment