mirror of
https://github.com/usememos/memos.git
synced 2025-10-27 14:56:30 +08:00
chore: tweak seed data
This commit is contained in:
parent
c561362d62
commit
d3744ccfa3
1 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ INSERT INTO
|
||||||
`uid`,
|
`uid`,
|
||||||
`content`,
|
`content`,
|
||||||
`creator_id`,
|
`creator_id`,
|
||||||
`tags`
|
`payload`
|
||||||
)
|
)
|
||||||
VALUES
|
VALUES
|
||||||
(
|
(
|
||||||
|
|
@ -12,7 +12,7 @@ VALUES
|
||||||
"FqaZcg5H6EdGB9ke8kYUcy",
|
"FqaZcg5H6EdGB9ke8kYUcy",
|
||||||
"#Hello 👋 Welcome to memos.",
|
"#Hello 👋 Welcome to memos.",
|
||||||
101,
|
101,
|
||||||
'["Hello"]'
|
'{"property": {"tags": ["Hello"]}}'
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO
|
INSERT INTO
|
||||||
|
|
@ -22,7 +22,7 @@ INSERT INTO
|
||||||
`content`,
|
`content`,
|
||||||
`creator_id`,
|
`creator_id`,
|
||||||
`visibility`,
|
`visibility`,
|
||||||
`tags`
|
`payload`
|
||||||
)
|
)
|
||||||
VALUES
|
VALUES
|
||||||
(
|
(
|
||||||
|
|
@ -34,7 +34,7 @@ VALUES
|
||||||
- [ ] Read *📖 The Little Prince*;',
|
- [ ] Read *📖 The Little Prince*;',
|
||||||
101,
|
101,
|
||||||
'PROTECTED',
|
'PROTECTED',
|
||||||
'["TODO"]'
|
'{"property": {"tags": ["TODO"]}}'
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO
|
INSERT INTO
|
||||||
|
|
@ -62,7 +62,7 @@ INSERT INTO
|
||||||
`content`,
|
`content`,
|
||||||
`creator_id`,
|
`creator_id`,
|
||||||
`visibility`,
|
`visibility`,
|
||||||
`tags`
|
`payload`
|
||||||
)
|
)
|
||||||
VALUES
|
VALUES
|
||||||
(
|
(
|
||||||
|
|
@ -74,7 +74,7 @@ VALUES
|
||||||
- [ ] Watch *👦 The Boys*;',
|
- [ ] Watch *👦 The Boys*;',
|
||||||
102,
|
102,
|
||||||
'PROTECTED',
|
'PROTECTED',
|
||||||
'["TODO"]'
|
'{"property": {"tags": ["TODO"]}}'
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO
|
INSERT INTO
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue