liam-linux-account-manager/migrations/003.php
2021-11-16 15:11:32 +01:00

7 lines
155 B
PHP

<?php
$migration_name = 'Add port number field';
$this->database->query("
ALTER TABLE `server` ADD COLUMN `port` int(10) unsigned NOT NULL DEFAULT 22
");