Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Return slice of correct length from db.AddSchema (#2765)
## Relevant issue(s) Resolves #2764 ## Description Return slice of correct length from db.AddSchema, values are appended to this slice later in the function, but the result declaration is done as if they will be set by index. Bug also affected `db.AddView`.
- Loading branch information