mirror of
https://github.com/usememos/memos.git
synced 2025-01-19 11:03:14 +08:00
fix: seed data
This commit is contained in:
parent
e9831caca1
commit
5742f9ca13
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue