Comment 3 for bug 1347961

Revision history for this message
Morgan Fainberg (mdrnstm) wrote : Re: Revocation events are broken with mysql

This looks like something we might be able to fix with a SQL migration to make the column a DATETIME(6) instead of DATETIME(0) (0 is the default in MySQL, where the SQL standard is datetime(6) http://dev.mysql.com/doc/refman/5.6/en/fractional-seconds.html )