diff --git a/sql3/planner/opsystemtable.go b/sql3/planner/opsystemtable.go index a556380ea..3f940cef2 100644 --- a/sql3/planner/opsystemtable.go +++ b/sql3/planner/opsystemtable.go @@ -395,7 +395,7 @@ func (i *fbDatabaseNodesRowIter) Next(ctx context.Context) (types.Row, error) { n := i.result[0] row := []interface{}{ n.ID, - "types!", + n.Type, n.State, n.URI, n.GRPCURI,