From 50b7c88f92e6865a27a95193e081b5fa6e58f575 Mon Sep 17 00:00:00 2001 From: Victor Saisa Lopez Date: Tue, 10 Jul 2012 09:27:26 -0400 Subject: [PATCH] BUG 9377 "APP_FINISH_DATE is set to 1902-01-01 00:00:00 when..." SOLVED - re-generated propel classes --- workflow/engine/classes/model/map/ApplicationMapBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/classes/model/map/ApplicationMapBuilder.php b/workflow/engine/classes/model/map/ApplicationMapBuilder.php index fb4daf292..4000ace4e 100755 --- a/workflow/engine/classes/model/map/ApplicationMapBuilder.php +++ b/workflow/engine/classes/model/map/ApplicationMapBuilder.php @@ -88,7 +88,7 @@ class ApplicationMapBuilder { $tMap->addColumn('APP_INIT_DATE', 'AppInitDate', 'int', CreoleTypes::TIMESTAMP, true, null); - $tMap->addColumn('APP_FINISH_DATE', 'AppFinishDate', 'int', CreoleTypes::TIMESTAMP, true, null); + $tMap->addColumn('APP_FINISH_DATE', 'AppFinishDate', 'int', CreoleTypes::TIMESTAMP, false, null); $tMap->addColumn('APP_UPDATE_DATE', 'AppUpdateDate', 'int', CreoleTypes::TIMESTAMP, true, null);