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

12 lines
199 B
MySQL
Raw Normal View History

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