From e475f00ba1ff5bfba8468e86e8e119732d48cee9 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 27 May 2024 23:32:08 +0800 Subject: [PATCH] chore: tweak seed data --- store/db/sqlite/seed/10002__memo.sql | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/store/db/sqlite/seed/10002__memo.sql b/store/db/sqlite/seed/10002__memo.sql index 8fa3280b..e44f09dd 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"]}}' + '{"property": {"tags": ["TODO"], "hasTaskList": true}}' ); INSERT INTO @@ -43,7 +43,8 @@ INSERT INTO `uid`, `content`, `creator_id`, - `visibility` + `visibility`, + `payload` ) VALUES ( @@ -52,7 +53,8 @@ VALUES '**[Memos](https://github.com/usememos/memos)**: A lightweight, self-hosted memo hub. Open Source and Free to Use. **[Slash](https://github.com/yourselfhosted/slash)**: An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.', 101, - 'PUBLIC' + 'PUBLIC', + '{"property": {"hasLink": true}}' ); INSERT INTO @@ -74,7 +76,7 @@ VALUES - [ ] Watch *👦 The Boys*;', 102, 'PROTECTED', - '{"property": {"tags": ["TODO"]}}' + '{"property": {"tags": ["TODO"], "hasTaskList": true}}' ); INSERT INTO