mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update seed data
This commit is contained in:
4
store/db/sqlite/seed/10006__resource.sql
Normal file
4
store/db/sqlite/seed/10006__resource.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
INSERT INTO
|
||||
resource (`creator_id`, `filename`, `external_link`, `type`, `memo_id`)
|
||||
VALUES
|
||||
(101, 'slash-demo.png', 'https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true', 'image/png', 3);
|
Reference in New Issue
Block a user