mirror of
https://github.com/usememos/memos.git
synced 2024-11-17 04:07:30 +08:00
4 lines
262 B
SQL
4 lines
262 B
SQL
INSERT INTO
|
|
resource (`resource_name`, `creator_id`, `filename`, `external_link`, `type`, `memo_id`)
|
|
VALUES
|
|
("Pw2awZvxxLK4sPRtHmYuS7", 101, 'slash-demo.png', 'https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true', 'image/png', 3);
|