[2.0][DDC-66] Fixing mapping of D1 timestamp to D2 datetime
This commit is contained in:
parent
2a663bee05
commit
fa4046787e
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ class ConvertDoctrine1Schema
|
|||
{
|
||||
private $_legacyTypeMap = array(
|
||||
// TODO: This list may need to be updated
|
||||
'clob' => 'text'
|
||||
'clob' => 'text',
|
||||
'timestamp' => 'datetime'
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue