mirror of https://github.com/usememos/memos
chore: update seed data
parent
9ce22e849c
commit
9abf294eed
@ -1,12 +0,0 @@
|
|||||||
INSERT INTO
|
|
||||||
shortcut (
|
|
||||||
`title`,
|
|
||||||
`creator_id`,
|
|
||||||
`payload`
|
|
||||||
)
|
|
||||||
VALUES
|
|
||||||
(
|
|
||||||
'inbox',
|
|
||||||
101,
|
|
||||||
'[{"type":"TYPE","value":{"operator":"IS","value":"NOT_TAGGED"},"relation":"AND"}]'
|
|
||||||
);
|
|
||||||
Loading…
Reference in New Issue