Revert "fix: unified resource server list queries order column" (#109529)

This commit is contained in:
Mustafa Sencer Özcan
2025-08-12 17:29:50 +02:00
committed by GitHub
parent c662b880fd
commit 7b4fcd486a
16 changed files with 43 additions and 123 deletions
+3 -6
View File
@@ -242,13 +242,10 @@ func (r *resourceHistoryReadLatestRVResponse) Results() (*resourceHistoryReadLat
}
type historyListRequest struct {
ResourceVersion int64
Limit int64
Offset int64
Folder string
Options *resourcepb.ListOptions
ResourceVersion, Limit, Offset int64
Folder string
Options *resourcepb.ListOptions
}
type sqlResourceHistoryListRequest struct {
sqltemplate.SQLTemplate
Request *historyListRequest