Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Once again return getLatest as descending
...we achieve the desired result when all the images where updated_at is null is set to somewhere in the past, like this: UPDATE images set updated_at = '2016-01-29 12:34:56.789+02' where updated_at is null;
- Loading branch information