1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

[2.0][DDC-66] Fixing mapping of D1 timestamp to D2 datetime

This commit is contained in:
jwage 2009-11-11 20:46:49 +00:00
parent 2a663bee05
commit fa4046787e

View file

@ -48,7 +48,8 @@ class ConvertDoctrine1Schema
{
private $_legacyTypeMap = array(
// TODO: This list may need to be updated
'clob' => 'text'
'clob' => 'text',
'timestamp' => 'datetime'
);
/**