mirror of
https://github.com/usememos/memos.git
synced 2024-11-10 17:02:21 +08:00
chore: update seed data
This commit is contained in:
parent
57ce96d23e
commit
bfc6e4dd0f
4 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@ INSERT INTO
|
|||
VALUES
|
||||
(
|
||||
101,
|
||||
'#memos 👋 Welcome to memos',
|
||||
'#memos
|
||||
👋 Welcome to memos',
|
||||
101
|
||||
);
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ INSERT INTO
|
|||
)
|
||||
VALUES
|
||||
(
|
||||
102,
|
||||
101,
|
||||
101,
|
||||
1
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue