Commit 54a24833 authored by Steven's avatar Steven

chore: fix resource seeds

parent a620d140
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);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment