Skip to content
Snippets Groups Projects
Commit 7fcf0885 authored by Jure's avatar Jure
Browse files

feat(db-manager): remove addCollection and addFragment functions

BREAKING CHANGE: If you were relying on db-manager to add collections and fragments, this will no
longer work. Since Collections and Fragments are now merely model components (previously part of
core), on equal footing with the rest of the model components, the recommended migration path is to
use your own seed script, e.g.
https://gitlab.coko.foundation/pubsweet/pubsweet-starter/blob/master/scripts/seed.js to perform
database setup/seed.
parent 4204318b
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment