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
Hi
Currently, when using acts_as_paranoid to logically delete records, the timestamps (such as the updated_at column) are not updated.
From the source code, it appears that update_all is being used, hence the timestamps are not updated.
I would like to request the addition of an option to update the timestamps.
I understand that changing the column type to time will work, but it would be nice to have such an option if I want to use this gem without changing the database scheme specification.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi
Currently, when using acts_as_paranoid to logically delete records, the timestamps (such as the updated_at column) are not updated.
From the source code, it appears that update_all is being used, hence the timestamps are not updated.
I would like to request the addition of an option to update the timestamps.
I understand that changing the column type to time will work, but it would be nice to have such an option if I want to use this gem without changing the database scheme specification.
Thank you.
The text was updated successfully, but these errors were encountered: