Update MySQL schema.

This commit is contained in:
Gunnar Beutner 2013-10-22 11:42:45 +02:00
parent f351fe0bd7
commit 6db5136a5a
1 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ CREATE TABLE IF NOT EXISTS icinga_downtimehistory (
internal_downtime_id bigint unsigned default 0,
triggered_by_id bigint unsigned default 0,
is_fixed smallint default 0,
duration smallint default 0,
duration bigint(20) default 0,
scheduled_start_time timestamp default '0000-00-00 00:00:00',
scheduled_end_time timestamp default '0000-00-00 00:00:00',
was_started smallint default 0,
@ -952,7 +952,7 @@ CREATE TABLE IF NOT EXISTS icinga_scheduleddowntime (
internal_downtime_id bigint unsigned default 0,
triggered_by_id bigint unsigned default 0,
is_fixed smallint default 0,
duration smallint default 0,
duration bigint(20) default 0,
scheduled_start_time timestamp default '0000-00-00 00:00:00',
scheduled_end_time timestamp default '0000-00-00 00:00:00',
was_started smallint default 0,