We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57713a0 commit 6c2bf56Copy full SHA for 6c2bf56
1 file changed
internal/datastore/common/errors.go
@@ -184,8 +184,7 @@ type SchemaNotInitializedError struct {
184
}
185
186
func (err SchemaNotInitializedError) GRPCStatus() *status.Status {
187
- // TODO: Create ERROR_REASON_DATASTORE_NOT_MIGRATED in authzed/api and use it here
188
- // See: https://github.com/authzed/spicedb/pull/2775
+ // TODO: Update to use ERROR_REASON_DATASTORE_NOT_MIGRATED once authzed/api#159 is merged
189
return spiceerrors.WithCodeAndDetails(
190
err,
191
codes.FailedPrecondition,
0 commit comments