my-idlers/update.sql
cp6 088723d904 Added SSH port input/field
Added SSH port input/field to insert form, edit and then the value in the view more modal
2021-01-22 11:16:31 +11:00

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`;