mirror of https://github.com/usememos/memos
update: seed data
parent
a9a888ef54
commit
b1adaf9c4e
@ -0,0 +1,10 @@
|
||||
INSERT INTO
|
||||
shortcut (
|
||||
`title`,
|
||||
`creator_id`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
'All my memos',
|
||||
101
|
||||
);
|
Loading…
Reference in New Issue