memos/store/db/seed/10004__shortcut.sql

13 lines
203 B
MySQL
Raw Normal View History

2022-05-03 11:49:10 +08:00
INSERT INTO
shortcut (
`title`,
2022-08-25 19:53:30 +08:00
`creator_id`,
`payload`
2022-05-03 11:49:10 +08:00
)
VALUES
(
2022-08-25 19:53:30 +08:00
'inbox',
101,
'[{"type":"TYPE","value":{"operator":"IS","value":"NOT_TAGGED"},"relation":"AND"}]'
2022-05-03 11:49:10 +08:00
);