mirror of
https://github.com/usememos/memos.git
synced 2025-02-24 15:17:52 +01:00
5 lines
276 B
SQL
5 lines
276 B
SQL
INSERT INTO
|
|
resource (`uid`, `creator_id`, `filename`, `type`, `memo_id`, `storage_type`, `reference`)
|
|
VALUES
|
|
("Pw2awZvxxLK4sPRtHmYuS7", 101, 'slash-demo.png', 'image/png', 3, 'EXTERNAL', 'https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true');
|