keystone/releasenotes/notes/password-created_at-nullable-b3c284be50d93ef5.yaml
Ronald De Rose 2b70175282 Fixes migration where password created_at is nullable
The 105 migration added a password created_at column that was left as
nullable. This patch sets a default value for password created_at and
makes this column not nullable.

Closes-Bug: #1596500
Change-Id: I394467d554c786ecd9bf55367435c856c6723042
2016-09-01 17:15:47 +00:00

6 lines
242 B
YAML

---
upgrade:
- Fixes a bug related to the password create date. If you deployed master
during Newton development, the password create date may be reset. This
would only be apparent if you have security compliance features enabled.