refactor: update stores

This commit is contained in:
Steven
2023-06-20 15:54:56 +08:00
parent 8fb410ec3b
commit 805ab9996e
16 changed files with 1160 additions and 403 deletions

View File

@@ -9,8 +9,8 @@ INSERT INTO
)
VALUES
(
101,
11,
11,
1,
'baidu',
'https://baidu.com',
'百度搜索',
@@ -28,8 +28,8 @@ INSERT INTO
)
VALUES
(
102,
11,
12,
1,
'bl',
'https://bilibili.com',
'B站',
@@ -47,48 +47,10 @@ INSERT INTO
)
VALUES
(
101,
11,
11,
1,
'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'
);