chore: tweak seed data

pull/3525/head
Steven 2 years ago
parent d0ac866eb1
commit 54539aa047

@ -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…
Cancel
Save