0

So I want to update my model without changing updatedAt field (not by default). Does Waterline have such a feature at this moment?

Kiryl Anokhin
  • 429
  • 4
  • 10

1 Answers1

0

Short story: this is not yet possible.

As you can see from this code in waterline 0.12.2, the field updatedAt is automatically updated if autoUpdatedAt is set to true.

This leaves you with two possible solutions:

dynamic_cast
  • 1,075
  • 1
  • 9
  • 23