mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
3 lines
167 B
MySQL
3 lines
167 B
MySQL
|
UPDATE remote
|
||
|
SET remotecanonicalname = remotecanonicalname || COALESCE( ":" || json_extract(sshopts, '$.sshport'), "")
|
||
|
WHERE json_extract(sshopts, '$.sshport') != 22;
|