Add microseconds precission on updated_at field in MySQL databases.
PostgreSQL, SQLite, and MSSQL have sub-second precission by default, but MySQL defaults to second precision in DateTime fields, which creates problems for the resource cleanup mechanism.