mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-26 22:54:24 +00:00
refactor: update stores
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
Reference in New Issue
Block a user