BUGFIX: using correct datetime data type

This commit is contained in:
Julian Seidenberg 2012-07-27 11:27:56 +12:00
parent 03da4c3ff5
commit 08ec5a7cac
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class DMSDocument extends DataObject implements DMSDocumentInterface {
"Folder" => "Varchar(255)", // eg. 0
"Title" => 'Varchar(1024)', // eg. "Energy Saving Report for Year 2011, New Zealand LandCorp"
"Description" => 'Text',
"LastChanged" => 'DateTime' //when this document was created or last replaced (small changes like updating title don't count)
"LastChanged" => 'SS_DateTime' //when this document was created or last replaced (small changes like updating title don't count)
);
static $many_many = array(