mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
added a type field to fb_database_nodes system table
This commit is contained in:
parent
b85e5dc401
commit
beac1fa96d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue