mirror of
https://github.com/usememos/memos.git
synced 2025-04-27 07:38:49 +02:00
5 lines
252 B
SQL
5 lines
252 B
SQL
INSERT INTO
|
|
resource (`uid`, `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);
|