clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'updatedAt' field doesn't change once set.

LittleJono opened this issue · comments

commented

Records are created with the 'createdAt' field. The 'updateAt' field is then added on the first record update. After that the 'updatedAt' field doesn't change on new record updates.