You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to disable the UpdatedAt decorator for a single migration query, I've found the silent: true options but it does not seems to be working fine.
Weird thing is that the query debug does not show that updatedAt update: Executing (719753b2-8f64-4eca-aa3b-58e79e7e5a98): UPDATE \"users\" SET "is_global"=$1 WHERE "status" != ''
Disable UpdateAt decorator in specific query
Versions
Issue type
Hello, I am trying to disable the UpdatedAt decorator for a single migration query, I've found the
silent: true
options but it does not seems to be working fine.Weird thing is that the query debug does not show that updatedAt update:
Executing (719753b2-8f64-4eca-aa3b-58e79e7e5a98): UPDATE \"users\" SET "is_global"=$1 WHERE "status" != ''
I did try with
and
But I am having the same behavior, updatedAt gets updated to the current.
Thanks in advance
The text was updated successfully, but these errors were encountered: