Commit 7735cfac authored by Steven's avatar Steven

chore: update seed data

parent 749187e1
......@@ -36,8 +36,7 @@ INSERT INTO
VALUES
(
3,
"**[Slash](https://github.com/yourselfhosted/slash)**: A bookmarking and url shortener, save and share your links very easily.
**[TechStack](https://github.com/Get-Tech-Stack/TechStack)**: A browser extension that will display the technology stack of the GitHub repository.",
"**[yourselfhosted/slash](https://github.com/yourselfhosted/slash)**: An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.",
101,
'PUBLIC'
);
......
INSERT INTO
system_setting (`name`, `value`)
VALUES
('instance_url', 'https://demo.usememos.com');
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);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment