added a type field to fb_database_nodes system table

This commit is contained in:
David Kagan 2023-03-09 14:48:40 -05:00 committed by Travis Turner
parent b85e5dc401
commit beac1fa96d
No known key found for this signature in database
GPG key ID: 3FB5CF5C97A37B30

View file

@ -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,