mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
BUGFIX: using correct datetime data type
This commit is contained in:
parent
03da4c3ff5
commit
08ec5a7cac
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user