mirror of
https://github.com/usememos/memos.git
synced 2025-10-06 04:24:48 +08:00
chore: tweak seed data
This commit is contained in:
parent
f0e5a72271
commit
e475f00ba1
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue