ironic-inspector/releasenotes/notes/change_started_finished_at_type_to_datetime-c5617e598350970c.yaml
Sam Betts 81cef3d863 Fix some grammar and spelling issues in release notes
Change-Id: Ib94c31b2dcf8de7879e7bd1c0b77e6de32c8c2cb
2017-02-13 16:00:51 -05:00

12 lines
363 B
YAML

---
fixes:
- |
Change database columns ``started_at`` and ``finished_at`` to type
DateTime from type Float so that timestamps fit into these columns
correctly.
upgrade:
- |
A database migration is required to change some columns from Float to
DateTime type. This may take some time based on the number of introspection
statuses in DB.