mirror of
https://github.com/usememos/memos.git
synced 2025-01-31 17:48:12 +08:00
chore: fix resource seeds
This commit is contained in:
parent
a620d140c5
commit
54a24833a7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
INSERT INTO
|
INSERT INTO
|
||||||
resource (`creator_id`, `filename`, `external_link`, `type`, `memo_id`)
|
resource (`resource_name`, `creator_id`, `filename`, `external_link`, `type`, `memo_id`)
|
||||||
VALUES
|
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 a new issue