-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
HacktoberfestTasks ready for new contributors to work onTasks ready for new contributors to work onRepositoryIssues related to @loopback/repository packageIssues related to @loopback/repository packagefeaturegood first issue
Description
Currently the name of the collection is specified in the model, through the setting property of the model decorator.
I have two repositories, one storing the current version of the data, the other storing all versions of the data. Right now when I use the create method from those repo, they try to save into the same collection, creating errors.
I would like to store the model in different collections.
Also see this issue, probably code related.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HacktoberfestTasks ready for new contributors to work onTasks ready for new contributors to work onRepositoryIssues related to @loopback/repository packageIssues related to @loopback/repository packagefeaturegood first issue