mirror of
https://github.com/usememos/memos.git
synced 2025-04-03 04:11:20 +02:00
chore: update seed data
This commit is contained in:
parent
cdbd934c4e
commit
922cc21abc
@ -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…
x
Reference in New Issue
Block a user