不要怂,就是干,撸起袖子干!

Commit 18a595fa by Jan Aagaard Meier

Fix typo in _autoGenerated attribute for deletedAt. Closes #2071

1 parent 83f6ee58
Showing with 1 additions and 1 deletions
......@@ -1632,7 +1632,7 @@ module.exports = (function() {
if (this._timestampAttributes.deletedAt) {
tail[this._timestampAttributes.deletedAt] = {
type: DataTypes.DATE,
autoGenerated: true
_autoGenerated: true
};
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!