Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: updating creation & deletion timestamps
* for configs with no creation timestamp (example: Kubernetes cluster), we were always updating the created_at field. More so, the field was set to zero value. * for configs that weren't deleted, we were always updating the deleted_at field to a NULL value. Now, we only set to NULL if the existing config was actually deleted before. This fixes the accuracy of the updated rows counter.
- Loading branch information