chore: update seed data

This commit is contained in:
Steven 2022-08-25 19:53:30 +08:00
parent cdbd934c4e
commit 922cc21abc

View File

@ -1,10 +1,12 @@
INSERT INTO
shortcut (
`title`,
`creator_id`
`creator_id`,
`payload`
)
VALUES
(
'All my memos',
101
'inbox',
101,
'[{"type":"TYPE","value":{"operator":"IS","value":"NOT_TAGGED"},"relation":"AND"}]'
);