chore: update seed data

This commit is contained in:
Steven 2023-09-27 09:13:56 +08:00
parent 9ce22e849c
commit 9abf294eed
2 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
INSERT INTO
shortcut (
`title`,
`creator_id`,
`payload`
)
VALUES
(
'inbox',
101,
'[{"type":"TYPE","value":{"operator":"IS","value":"NOT_TAGGED"},"relation":"AND"}]'
);