diff options
Diffstat (limited to 'models/db')
-rw-r--r-- | models/db/search.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/db/search.go b/models/db/search.go index 26e082756a..105cb64c41 100644 --- a/models/db/search.go +++ b/models/db/search.go @@ -31,5 +31,5 @@ const ( const ( // Which means a condition to filter the records which don't match any id. // It's different from zero which means the condition could be ignored. - NoneID = -1 + NoConditionID = -1 ) |