mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-07 13:42:34 +00:00
chore: add shortcut.description
field
This commit is contained in:
@ -4,6 +4,7 @@ INSERT INTO
|
||||
`workspace_id`,
|
||||
`name`,
|
||||
`link`,
|
||||
`description`,
|
||||
`visibility`
|
||||
)
|
||||
VALUES
|
||||
@ -12,5 +13,6 @@ VALUES
|
||||
11,
|
||||
'baidu',
|
||||
'https://baidu.com',
|
||||
'百度搜索',
|
||||
'WORKSPACE'
|
||||
);
|
||||
|
Reference in New Issue
Block a user