mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak seed data
This commit is contained in:
@@ -4,7 +4,7 @@ INSERT INTO
|
||||
`uid`,
|
||||
`content`,
|
||||
`creator_id`,
|
||||
`tags`
|
||||
`payload`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
@@ -12,7 +12,7 @@ VALUES
|
||||
"FqaZcg5H6EdGB9ke8kYUcy",
|
||||
"#Hello 👋 Welcome to memos.",
|
||||
101,
|
||||
'["Hello"]'
|
||||
'{"property": {"tags": ["Hello"]}}'
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
@@ -22,7 +22,7 @@ INSERT INTO
|
||||
`content`,
|
||||
`creator_id`,
|
||||
`visibility`,
|
||||
`tags`
|
||||
`payload`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
@@ -34,7 +34,7 @@ VALUES
|
||||
- [ ] Read *📖 The Little Prince*;',
|
||||
101,
|
||||
'PROTECTED',
|
||||
'["TODO"]'
|
||||
'{"property": {"tags": ["TODO"]}}'
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
@@ -62,7 +62,7 @@ INSERT INTO
|
||||
`content`,
|
||||
`creator_id`,
|
||||
`visibility`,
|
||||
`tags`
|
||||
`payload`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
@@ -74,7 +74,7 @@ VALUES
|
||||
- [ ] Watch *👦 The Boys*;',
|
||||
102,
|
||||
'PROTECTED',
|
||||
'["TODO"]'
|
||||
'{"property": {"tags": ["TODO"]}}'
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
|
Reference in New Issue
Block a user