From b4e23fc8a0af4b185fa768371c568c9ccfc30375 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 21 Jul 2023 21:50:59 +0800 Subject: [PATCH] chore: update seed data --- store/db/seed/10002__shortcut.sql | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/store/db/seed/10002__shortcut.sql b/store/db/seed/10002__shortcut.sql index 80dd8ac..002ab01 100644 --- a/store/db/seed/10002__shortcut.sql +++ b/store/db/seed/10002__shortcut.sql @@ -45,6 +45,25 @@ VALUES ( 3, 101, + 'ai-infra', + 'https://star-history.com/blog/open-source-ai-infra-projects', + 'PUBLIC', + '{"title":"Open Source AI Infra for Your Next Project","description":"Some open-source infra projects that can be directly used for your next project. 💡","image":"https://star-history.com/blog/assets/open-source-ai-infra-projects/banner.webp"}' + ); + +INSERT INTO + shortcut ( + `id`, + `creator_id`, + `name`, + `link`, + `visibility`, + `og_metadata` + ) +VALUES + ( + 4, + 101, 'schema-change', 'https://www.bytebase.com/blog/how-to-handle-database-schema-change/#what-is-a-database-schema-change', 'PUBLIC', @@ -61,7 +80,7 @@ INSERT INTO ) VALUES ( - 4, + 5, 102, 'stevenlgtm', 'https://github.com/boojack',