mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
chore: update seed data
This commit is contained in:
parent
7ab66113ac
commit
b4e23fc8a0
@ -45,6 +45,25 @@ VALUES
|
|||||||
(
|
(
|
||||||
3,
|
3,
|
||||||
101,
|
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',
|
'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',
|
||||||
'PUBLIC',
|
'PUBLIC',
|
||||||
@ -61,7 +80,7 @@ INSERT INTO
|
|||||||
)
|
)
|
||||||
VALUES
|
VALUES
|
||||||
(
|
(
|
||||||
4,
|
5,
|
||||||
102,
|
102,
|
||||||
'stevenlgtm',
|
'stevenlgtm',
|
||||||
'https://github.com/boojack',
|
'https://github.com/boojack',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user