ZIm/crates/collab/migrations/20240514164510_store_ssh_connect_string.sql
Kirill Bulatov 8631280baa
Support terminals with ssh in remote projects (#11913)
Release Notes:

- Added a way to create terminal tabs in remote projects, if an ssh
connection string is specified
2024-05-17 17:48:07 +03:00

1 line
63 B
SQL

ALTER TABLE dev_servers ADD COLUMN ssh_connection_string TEXT;