Skip to content

Commit

Permalink
Reverse image index order
Browse files Browse the repository at this point in the history
  • Loading branch information
rcy committed Oct 25, 2024
1 parent 619d53f commit b00c27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/model/query.sql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion db/query.sql
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ delete from nick_sessions where nick = ?;
select * from generated_images where id = ?;

-- name: GeneratedImages :many
select * from generated_images;
select * from generated_images order by created_at desc;

0 comments on commit b00c27a

Please sign in to comment.