bumped app version

This commit is contained in:
Gani Georgiev
2026-02-13 16:58:08 +02:00
parent 97eb9b300b
commit 1d72c8487e
35 changed files with 52 additions and 42 deletions

View File

@@ -188,7 +188,7 @@ func (r *RecordFieldResolver) updateQueryWithCollectionListRule(c *Collection, t
func (r *RecordFieldResolver) updateQueryWithDeduplicateConstraint(query *dbx.SelectQuery) {
query.Distinct(true)
// @todo Reasearch better options for generic rows deduplication.
// @todo Research better options for generic rows deduplication.
//
// Disable the GROUP BY conditional checks for now since it prevents
// proper utilization of ORDER BY indexes (and maybe others)