0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-30 12:30:18 +01:00
Commit graph

2 commits

Author SHA1 Message Date
Lunny Xiao
df1e7d0067
Use db.Find instead of writing methods for every object ()
For those simple objects, it's unnecessary to write the find and count
methods again and again.
2023-11-24 03:49:41 +00:00
Lunny Xiao
a8c4f8cebc
Fix db.Find bug ()
Caused by  

Fix 
2023-02-24 21:17:09 +08:00
Renamed from models/db/list_options.go (Browse further)