chore: fix resource seeds

This commit is contained in:
Steven 2024-01-21 21:36:31 +08:00
parent a620d140c5
commit 54a24833a7

View file

@ -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);