The cinder.db.sqlalchemy.migrate_repo.versions.085_modify_workers_updated_at
Module¶
-
upgrade
(migrate_engine)¶ 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.