2b70175282
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
6 lines
242 B
YAML
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.
|