clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Other
491 stars 110 forks source link

'updatedAt' field doesn't change once set. #185

Open LittleJono opened 5 years ago

LittleJono commented 5 years ago

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.