chore: update seed data

This commit is contained in:
Steven
2023-12-15 22:34:19 +08:00
parent 749187e1e9
commit 7735cfac31
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO
resource (`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);