mirror of
https://github.com/usememos/memos.git
synced 2025-10-10 14:25:54 +08:00
chore: tweak seed data
This commit is contained in:
parent
d0ac866eb1
commit
54539aa047
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ VALUES
|
||||||
- [ ] Read *📖 The Little Prince*;',
|
- [ ] Read *📖 The Little Prince*;',
|
||||||
101,
|
101,
|
||||||
'PROTECTED',
|
'PROTECTED',
|
||||||
'{"property": {"tags": ["TODO"], "hasTaskList": true}}'
|
'{"property": {"tags": ["TODO"], "hasTaskList": true, "hasIncompleteTasks":true}}'
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO
|
INSERT INTO
|
||||||
|
@ -76,7 +76,7 @@ VALUES
|
||||||
- [ ] Watch *👦 The Boys*;',
|
- [ ] Watch *👦 The Boys*;',
|
||||||
102,
|
102,
|
||||||
'PROTECTED',
|
'PROTECTED',
|
||||||
'{"property": {"tags": ["TODO"], "hasTaskList": true}}'
|
'{"property": {"tags": ["TODO"], "hasTaskList": true, "hasIncompleteTasks":true}}'
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO
|
INSERT INTO
|
||||||
|
|
Loading…
Add table
Reference in a new issue