mirror of
https://github.com/usememos/memos.git
synced 2025-02-16 03:12:13 +01:00
chore: tweak seed data
This commit is contained in:
parent
d0ac866eb1
commit
54539aa047
@ -34,7 +34,7 @@ VALUES
|
||||
- [ ] Read *📖 The Little Prince*;',
|
||||
101,
|
||||
'PROTECTED',
|
||||
'{"property": {"tags": ["TODO"], "hasTaskList": true}}'
|
||||
'{"property": {"tags": ["TODO"], "hasTaskList": true, "hasIncompleteTasks":true}}'
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
@ -76,7 +76,7 @@ VALUES
|
||||
- [ ] Watch *👦 The Boys*;',
|
||||
102,
|
||||
'PROTECTED',
|
||||
'{"property": {"tags": ["TODO"], "hasTaskList": true}}'
|
||||
'{"property": {"tags": ["TODO"], "hasTaskList": true, "hasIncompleteTasks":true}}'
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
|
Loading…
x
Reference in New Issue
Block a user