mirror of
https://github.com/usememos/memos.git
synced 2025-10-10 14:25:54 +08:00
chore: update seed data
This commit is contained in:
parent
cdbd934c4e
commit
922cc21abc
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
INSERT INTO
|
INSERT INTO
|
||||||
shortcut (
|
shortcut (
|
||||||
`title`,
|
`title`,
|
||||||
`creator_id`
|
`creator_id`,
|
||||||
|
`payload`
|
||||||
)
|
)
|
||||||
VALUES
|
VALUES
|
||||||
(
|
(
|
||||||
'All my memos',
|
'inbox',
|
||||||
101
|
101,
|
||||||
|
'[{"type":"TYPE","value":{"operator":"IS","value":"NOT_TAGGED"},"relation":"AND"}]'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue