pandorafms/pandora_console/extras/mr/34.sql

6 lines
125 B
MySQL
Raw Normal View History

START TRANSACTION;
ALTER TABLE `tevent_response` ADD COLUMN `command_timeout` int(5) unsigned NOT NULL DEFAULT 90;
COMMIT;