mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-26 14:44:24 +00:00
feat: add public visibility
This commit is contained in:
@@ -16,3 +16,22 @@ VALUES
|
||||
'百度搜索',
|
||||
'WORKSPACE'
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
shortcut (
|
||||
`creator_id`,
|
||||
`workspace_id`,
|
||||
`name`,
|
||||
`link`,
|
||||
`description`,
|
||||
`visibility`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
102,
|
||||
11,
|
||||
'bl',
|
||||
'https://bilibili.com',
|
||||
'B站',
|
||||
'PUBLIC'
|
||||
);
|
||||
|
Reference in New Issue
Block a user