maoberlehner / storyblok-migrate

Storyblok schema migrations
MIT License
30 stars 7 forks source link

content migrations against draft #11

Open monder007 opened 3 years ago

monder007 commented 3 years ago

Hi

Can I just say that this package is fantastic and saves me having errors in my storyblok nuxt app when i add new fields to components using the content migrations!

Is it possible to only run the content migrations against draft/published?

Currently they run against both but I might have a migration to delete a field which my app changes won't have been pushed into the master branch yet.

maoberlehner commented 3 years ago

Currently there is no such feature.

monder007 commented 3 years ago

Hi @maoberlehner

Are you planning on adding any new features to this package?

maoberlehner commented 3 years ago

My philosophy regarding my Open Source projects is that I build what I personally need. If what I need is also something somebody else needs, everybody wins. But for the most part my priorities are on building stuff that pays the bills or that are interesting to me. So if some day I'm going to need this feature myself, I might add it. Or if somebody creates a high quality pull request with this feature, I might merge it.