Skip to content

Commit 54539aa

Browse files
committed
chore: tweak seed data
1 parent d0ac866 commit 54539aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

store/db/sqlite/seed/10002__memo.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ VALUES
3434
- [ ] Read *📖 The Little Prince*;',
3535
101,
3636
'PROTECTED',
37-
'{"property": {"tags": ["TODO"], "hasTaskList": true}}'
37+
'{"property": {"tags": ["TODO"], "hasTaskList": true, "hasIncompleteTasks":true}}'
3838
);
3939

4040
INSERT INTO
@@ -76,7 +76,7 @@ VALUES
7676
- [ ] Watch *👦 The Boys*;',
7777
102,
7878
'PROTECTED',
79-
'{"property": {"tags": ["TODO"], "hasTaskList": true}}'
79+
'{"property": {"tags": ["TODO"], "hasTaskList": true, "hasIncompleteTasks":true}}'
8080
);
8181

8282
INSERT INTO

0 commit comments

Comments
 (0)