088723d904
Added SSH port input/field to insert form, edit and then the value in the view more modal
5 lines
197 B
SQL
5 lines
197 B
SQL
ALTER TABLE `disk_speed`
|
|
ADD COLUMN `datetime` DATETIME NULL DEFAULT CURRENT_TIMESTAMP AFTER `1m_as_mbps`;
|
|
|
|
ALTER TABLE `servers`
|
|
ADD COLUMN `ssh_port` INT(11) NULL DEFAULT '22' AFTER `os`; |