Commit 54539aa0 authored by Steven's avatar Steven

chore: tweak seed data

parent d0ac866e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment