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 VALUES
( (
101, 101,
'#memos 👋 Welcome to memos', '#memos
👋 Welcome to memos',
101 101
); );

View File

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