mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
remove unused MaxSlice from DB
This commit is contained in:
parent
846b528c52
commit
de1a779d41
1 changed files with 2 additions and 3 deletions
5
db.go
5
db.go
|
|
@ -426,9 +426,8 @@ func (p dbSlice) Less(i, j int) bool { return p[i].Name() < p[j].Name() }
|
|||
|
||||
// DBInfo represents schema information for a database.
|
||||
type DBInfo struct {
|
||||
Name string `json:"name"`
|
||||
Frames []*FrameInfo `json:"frames"`
|
||||
MaxSlice uint64
|
||||
Name string `json:"name"`
|
||||
Frames []*FrameInfo `json:"frames"`
|
||||
}
|
||||
|
||||
type dbInfoSlice []*DBInfo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue