mirror of https://github.com/usememos/memos
chore: update seed data
parent
749187e1e9
commit
7735cfac31
@ -0,0 +1,4 @@
|
|||||||
|
INSERT INTO
|
||||||
|
system_setting (`name`, `value`)
|
||||||
|
VALUES
|
||||||
|
('instance_url', 'https://demo.usememos.com');
|
@ -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);
|
Loading…
Reference in New Issue