Commit 54539aa0 authored by Steven's avatar Steven

chore: tweak seed data

parent d0ac866e
...@@ -34,7 +34,7 @@ VALUES ...@@ -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 ...@@ -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
......
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