Commit e475f00b authored by Steven's avatar Steven

chore: tweak seed data

parent f0e5a722
...@@ -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"]}}' '{"property": {"tags": ["TODO"], "hasTaskList": true}}'
); );
INSERT INTO INSERT INTO
...@@ -43,7 +43,8 @@ INSERT INTO ...@@ -43,7 +43,8 @@ INSERT INTO
`uid`, `uid`,
`content`, `content`,
`creator_id`, `creator_id`,
`visibility` `visibility`,
`payload`
) )
VALUES VALUES
( (
...@@ -52,7 +53,8 @@ VALUES ...@@ -52,7 +53,8 @@ VALUES
'**[Memos](https://github.com/usememos/memos)**: A lightweight, self-hosted memo hub. Open Source and Free to Use. '**[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.', **[Slash](https://github.com/yourselfhosted/slash)**: An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.',
101, 101,
'PUBLIC' 'PUBLIC',
'{"property": {"hasLink": true}}'
); );
INSERT INTO INSERT INTO
...@@ -74,7 +76,7 @@ VALUES ...@@ -74,7 +76,7 @@ VALUES
- [ ] Watch *👦 The Boys*;', - [ ] Watch *👦 The Boys*;',
102, 102,
'PROTECTED', 'PROTECTED',
'{"property": {"tags": ["TODO"]}}' '{"property": {"tags": ["TODO"], "hasTaskList": 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