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
Without an ORM like Rails' ActiveRecord, ensuring that the updated_at field is updated every time a row is modified is up to us. We are not consistently doing this, and we should at least make sure that all existing endpoints are updating the updated_at field.
The text was updated successfully, but these errors were encountered:
Without an ORM like Rails' ActiveRecord, ensuring that the
updated_at
field is updated every time a row is modified is up to us. We are not consistently doing this, and we should at least make sure that all existing endpoints are updating theupdated_at
field.The text was updated successfully, but these errors were encountered: