mirror of
https://github.com/usememos/memos.git
synced 2025-03-29 00:50:13 +01:00
chore: update seed data
This commit is contained in:
parent
cdbd934c4e
commit
922cc21abc
@ -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"}]'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user