diff --git a/store/db/seed/10004__shortcut.sql b/store/db/seed/10004__shortcut.sql index 57b3ab17..799e408d 100644 --- a/store/db/seed/10004__shortcut.sql +++ b/store/db/seed/10004__shortcut.sql @@ -1,10 +1,12 @@ INSERT INTO shortcut ( `title`, - `creator_id` + `creator_id`, + `payload` ) VALUES ( - 'All my memos', - 101 + 'inbox', + 101, + '[{"type":"TYPE","value":{"operator":"IS","value":"NOT_TAGGED"},"relation":"AND"}]' );