We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4bc3a commit 32f732eCopy full SHA for 32f732e
sql/index_driver.go
@@ -120,7 +120,7 @@ var (
120
ErrIndexExpressionAlreadyRegistered = errors.NewKind("there is already an index registered for the expressions: %s")
121
122
// ErrIndexNotFound is returned when the index could not be found.
123
- ErrIndexNotFound = errors.NewKind("index %q was not found")
+ ErrIndexNotFound = errors.NewKind("index %q was not found")
124
125
// ErrIndexDeleteInvalidStatus is returned when the index trying to delete
126
// does not have a ready or outdated state.
0 commit comments