mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-26 14:44:24 +00:00
chore: update seeding data
This commit is contained in:
@@ -35,3 +35,60 @@ VALUES
|
||||
'B站',
|
||||
'PUBLIC'
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
shortcut (
|
||||
`creator_id`,
|
||||
`workspace_id`,
|
||||
`name`,
|
||||
`link`,
|
||||
`description`,
|
||||
`visibility`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
101,
|
||||
11,
|
||||
'ph',
|
||||
'https://producthunt.com',
|
||||
'PH',
|
||||
'PRIVATE'
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
shortcut (
|
||||
`creator_id`,
|
||||
`workspace_id`,
|
||||
`name`,
|
||||
`link`,
|
||||
`description`,
|
||||
`visibility`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
101,
|
||||
12,
|
||||
'github',
|
||||
'https://producthunt.com',
|
||||
'GitHub',
|
||||
'PRIVATE'
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
shortcut (
|
||||
`creator_id`,
|
||||
`workspace_id`,
|
||||
`name`,
|
||||
`link`,
|
||||
`description`,
|
||||
`visibility`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
102,
|
||||
12,
|
||||
'go',
|
||||
'https://google.com',
|
||||
'google',
|
||||
'WORKSPACE'
|
||||
);
|
||||
|
Reference in New Issue
Block a user