aodh/releasenotes/notes/mysql-precise-datetime-e374c77e6707985e.yaml
Julien Danjou d1391f7fa0 sqlalchemy: use DATETIME(fsp=6) rather than DECIMAL
This migrates the old DECIMAL based format to the new DATETIME format available
in recent versions of MySQL.

Change-Id: I5dc7a7c2586feec72a1a2b13865e353a844a1785
2016-10-12 21:40:11 +02:00

5 lines
148 B
YAML

---
other:
- Aodh now leverages microseconds timestamps available since MySQL 5.6.4,
meaning it is now the minimum required version of MySQL.