This website requires JavaScript.
Explore
Help
Sign In
waveterm
/
backup
Watch
0
Star
0
Fork
0
mirror of
https://github.com/wavetermdev/backup.git
synced
2026-08-05 13:57:07 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
testdriverai/v4-update
backup
/
wavesrv
/
db
/
migrations
/
000028_sshkeysource.up.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
1 line
90 B
SQL
Raw
Permalink
Normal View
History
Unescape
Escape
ssh config import (
#156
)
2023-12-28 11:09:41 -08:00
ALTER
TABLE
remote
ADD
COLUMN
sshconfigsrc
varchar
(
36
)
NOT
NULL
DEFAULT
'waveterm-manual'
;
Reference in New Issue
Copy Permalink