mirror of
https://github.com/usememos/memos.git
synced 2024-11-17 04:07:30 +08:00
12 lines
203 B
SQL
12 lines
203 B
SQL
INSERT INTO
|
|
shortcut (
|
|
`title`,
|
|
`creator_id`,
|
|
`payload`
|
|
)
|
|
VALUES
|
|
(
|
|
'inbox',
|
|
101,
|
|
'[{"type":"TYPE","value":{"operator":"IS","value":"NOT_TAGGED"},"relation":"AND"}]'
|
|
);
|