Commit fa404678 authored by jwage's avatar jwage

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

parent 2a663bee
......@@ -48,7 +48,8 @@ class ConvertDoctrine1Schema
{
private $_legacyTypeMap = array(
// TODO: This list may need to be updated
'clob' => 'text'
'clob' => 'text',
'timestamp' => 'datetime'
);
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment