mirror of
https://github.com/usememos/memos.git
synced 2025-02-14 18:30:42 +01:00
fix: seed data
This commit is contained in:
parent
e9831caca1
commit
5742f9ca13
@ -1,4 +1,4 @@
|
||||
INSERT INTO
|
||||
resource (`uid`, `creator_id`, `filename`, `external_link`, `type`, `memo_id`)
|
||||
resource (`uid`, `creator_id`, `filename`, `type`, `memo_id`, `storage_type`, `reference`)
|
||||
VALUES
|
||||
("Pw2awZvxxLK4sPRtHmYuS7", 101, 'slash-demo.png', 'https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true', 'image/png', 3);
|
||||
("Pw2awZvxxLK4sPRtHmYuS7", 101, 'slash-demo.png', 'image/png', 3, 'EXTERNAL', 'https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true');
|
||||
|
Loading…
x
Reference in New Issue
Block a user