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 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"}]'
); );