[icinga-checkins] icinga.org: icinga-core/dev/ido: fix oracle-upgrade-1.6.0.sql
git at icinga.org
git at icinga.org
Tue Nov 22 15:03:44 CET 2011
Module: icinga-core
Branch: dev/ido
Commit: de3e6ea95314ec9b2a6c0df6afbc4f61a4079358
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=de3e6ea95314ec9b2a6c0df6afbc4f61a4079358
Author: Michael Friedrich <michael.friedrich at univie.ac.at>
Date: Wed Nov 16 16:31:06 2011 +0100
fix oracle-upgrade-1.6.0.sql
refs #1954
---
.../db/oracle/upgrade/oracle-upgrade-1.6.0.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/module/idoutils/db/oracle/upgrade/oracle-upgrade-1.6.0.sql b/module/idoutils/db/oracle/upgrade/oracle-upgrade-1.6.0.sql
index 4b639b2..9a37532 100644
--- a/module/idoutils/db/oracle/upgrade/oracle-upgrade-1.6.0.sql
+++ b/module/idoutils/db/oracle/upgrade/oracle-upgrade-1.6.0.sql
@@ -33,7 +33,7 @@ spool oracle-upgrade-&&ICINGA_VERSION..log
-- -----------------------------------------
-- add end_time for acknowledgments
-- -----------------------------------------
-alter table acknowledgements add end_time TIMESTAMP(0) WITH LOCAL TIME ZONE default TO_TIMESTAMP_TZ('01.01.1970 UTC','DD.MM.YYYY TZR') ,
+alter table acknowledgements add end_time TIMESTAMP(0) WITH LOCAL TIME ZONE default TO_TIMESTAMP_TZ('01.01.1970 UTC','DD.MM.YYYY TZR');
-- --------------------------------------------------------
More information about the icinga-checkins
mailing list