Skip to content

Fix db_updated_at to use UpdatedAt timestamp

Brian Williams requested to merge fix-db-updated-at into master

Why is this change being made?

db_updated_at currently returns the NextUpdate timestamp instead of the UpdatedAt timestamp due to an indexing error. This is not the correct behavior.

Merge request reports