mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: add "Last Updated" column to search results
Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
becce1aac4
commit
ec239ceeb3
3 changed files with 23 additions and 1 deletions
|
@ -102,6 +102,7 @@ async def packages_get(
|
|||
models.PackageBase.Popularity,
|
||||
models.PackageBase.NumVotes,
|
||||
models.PackageBase.OutOfDateTS,
|
||||
models.PackageBase.ModifiedTS,
|
||||
models.User.Username.label("Maintainer"),
|
||||
models.PackageVote.PackageBaseID.label("Voted"),
|
||||
models.PackageNotification.PackageBaseID.label("Notify"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue