You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently db/collection.go contains both functions on db.collection, and functions that mutate SchemaDescription and CollectionDescription. This is worsened, but not introduced by, #2402 .
This is a bit messy and should be tidied up somehow.
The text was updated successfully, but these errors were encountered:
## Relevant issue(s)
Resolves#2407
## Description
Extracts collection create and patch, schema patch, and validation from
collection.go.
It was getting really messy in collection.go and this should hopefully
be a little better. No code has changed, only moved.
Currently db/collection.go contains both functions on
db.collection
, and functions that mutateSchemaDescription
andCollectionDescription
. This is worsened, but not introduced by, #2402 .This is a bit messy and should be tidied up somehow.
The text was updated successfully, but these errors were encountered: