mirror of
https://github.com/usememos/memos.git
synced 2025-03-04 09:19:09 +08:00
chore: update seed data
This commit is contained in:
parent
65ade1fc87
commit
3b0346d84c
1 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,8 @@ INSERT INTO
|
||||||
VALUES
|
VALUES
|
||||||
(
|
(
|
||||||
101,
|
101,
|
||||||
'#Hello 👋 Welcome to memos',
|
'#Hello 👋 Welcome to memos
|
||||||
|
',
|
||||||
101
|
101
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -21,9 +22,10 @@ VALUES
|
||||||
(
|
(
|
||||||
102,
|
102,
|
||||||
'#TODO
|
'#TODO
|
||||||
- [x] Clean my room in weekend;
|
|
||||||
- [ ] Take more photos about **🌄 sunset**;
|
- [ ] Take more photos about **🌄 sunset**;
|
||||||
- [x] Reading *📖 The Little Prince*;
|
- [x] Clean the room;
|
||||||
|
- [x] Read *📖 The Little Prince*;
|
||||||
|
(👆 click to toggle status)
|
||||||
',
|
',
|
||||||
101
|
101
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue