chore: update seed data

This commit is contained in:
Steven 2023-07-24 19:14:24 +08:00
parent 6b107924aa
commit 66876452e1

View File

@ -10,28 +10,11 @@ VALUES
( (
1, 1,
101, 101,
'memos', 'discord',
'https://usememos.com', 'https://discord.gg/QZqUuUAhDV',
'PUBLIC' 'PUBLIC'
); );
INSERT INTO
shortcut (
`id`,
`creator_id`,
`name`,
`link`,
`visibility`
)
VALUES
(
2,
101,
'sqlchat',
'https://www.sqlchat.ai',
'WORKSPACE'
);
INSERT INTO INSERT INTO
shortcut ( shortcut (
`id`, `id`,
@ -43,7 +26,7 @@ INSERT INTO
) )
VALUES VALUES
( (
3, 2,
101, 101,
'ai-infra', 'ai-infra',
'https://star-history.com/blog/open-source-ai-infra-projects', 'https://star-history.com/blog/open-source-ai-infra-projects',
@ -62,7 +45,7 @@ INSERT INTO
) )
VALUES VALUES
( (
4, 3,
101, 101,
'schema-change', 'schema-change',
'https://www.bytebase.com/blog/how-to-handle-database-schema-change/#what-is-a-database-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"}' '{"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 INSERT INTO
shortcut ( shortcut (
`id`, `id`,