chore: fix resource seeds

pull/2815/head
Steven 1 year ago
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…
Cancel
Save