mirror of https://github.com/usememos/memos
chore: fix resource seeds
parent
a620d140c5
commit
54a24833a7
@ -1,4 +1,4 @@
|
||||
INSERT INTO
|
||||
resource (`creator_id`, `filename`, `external_link`, `type`, `memo_id`)
|
||||
resource (`resource_name`, `creator_id`, `filename`, `external_link`, `type`, `memo_id`)
|
||||
VALUES
|
||||
(101, 'slash-demo.png', 'https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true', 'image/png', 3);
|
||||
("slash-demo", 101, 'slash-demo.png', 'https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true', 'image/png', 3);
|
||||
|
Loading…
Reference in New Issue