diff --git a/store/db/seed/10002__shortcut.sql b/store/db/seed/10002__shortcut.sql index 002ab01..aed7648 100644 --- a/store/db/seed/10002__shortcut.sql +++ b/store/db/seed/10002__shortcut.sql @@ -10,28 +10,11 @@ VALUES ( 1, 101, - 'memos', - 'https://usememos.com', + 'discord', + 'https://discord.gg/QZqUuUAhDV', 'PUBLIC' ); -INSERT INTO - shortcut ( - `id`, - `creator_id`, - `name`, - `link`, - `visibility` - ) -VALUES - ( - 2, - 101, - 'sqlchat', - 'https://www.sqlchat.ai', - 'WORKSPACE' - ); - INSERT INTO shortcut ( `id`, @@ -43,7 +26,7 @@ INSERT INTO ) VALUES ( - 3, + 2, 101, 'ai-infra', 'https://star-history.com/blog/open-source-ai-infra-projects', @@ -62,7 +45,7 @@ INSERT INTO ) VALUES ( - 4, + 3, 101, 'schema-change', 'https://www.bytebase.com/blog/how-to-handle-database-schema-change/#what-is-a-database-schema-change', @@ -70,6 +53,23 @@ VALUES '{"title":"How to Handle Database Migration / Schema Change?","description":"A database schema is the structure of a database, which describes the relationships between the different tables and fields in the database. A database schema change, also known as schema migration, or simply migration refers to any alteration to this structure, such as adding a new table, modifying the data type of a field, or changing the relationships between tables.","image":"https://www.bytebase.com/_next/image/?url=%2Fcontent%2Fblog%2Fhow-to-handle-database-schema-change%2Fchange.webp\u0026w=2048\u0026q=75"}' ); +INSERT INTO + shortcut ( + `id`, + `creator_id`, + `name`, + `link`, + `visibility` + ) +VALUES + ( + 4, + 101, + 'sqlchat', + 'https://www.sqlchat.ai', + 'WORKSPACE' + ); + INSERT INTO shortcut ( `id`,