memos/store/db/sqlite/seed/10004__resource.sql

5 lines
276 B
MySQL
Raw Normal View History

2023-12-15 22:34:19 +08:00
INSERT INTO
2024-05-03 07:02:08 +08:00
resource (`uid`, `creator_id`, `filename`, `type`, `memo_id`, `storage_type`, `reference`)
2023-12-15 22:34:19 +08:00
VALUES
2024-05-03 07:02:08 +08:00
("Pw2awZvxxLK4sPRtHmYuS7", 101, 'slash-demo.png', 'image/png', 3, 'EXTERNAL', 'https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true');