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

13 lines
203 B
MySQL
Raw Normal View History

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