diff --git a/store/db/sqlite/seed/10002__memo.sql b/store/db/sqlite/seed/10002__memo.sql index e44f09dd..2b5ac774 100644 --- a/store/db/sqlite/seed/10002__memo.sql +++ b/store/db/sqlite/seed/10002__memo.sql @@ -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