chore: update seed data

This commit is contained in:
boojack 2022-06-30 22:36:19 +08:00
parent 57ce96d23e
commit bfc6e4dd0f
4 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,8 @@ INSERT INTO
VALUES
(
101,
'#memos 👋 Welcome to memos',
'#memos
👋 Welcome to memos',
101
);

View file

@ -6,7 +6,7 @@ INSERT INTO
)
VALUES
(
102,
101,
101,
1
);