Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Adds Migration Helper methods #12

Closed
wants to merge 1 commit into from

Conversation

leekelleher
Copy link
Contributor

Running package migrations requires app-startup code to check the current and target version numbers, and then run any migration scripts.

Instead of duplicating this code in any packages that are derived from InnerContent, we can offer support with helper methods.

leekelleher added a commit to umco/umbraco-stacked-content that referenced this pull request Feb 22, 2018
When upgrading to (upcoming) StackedContent (and InnerContent) v1.1.0, the user would need to re-save all the StackedContent data-types,
in order to swap over the doc-type aliases with GUIDs.

This migration would automate that step.

This pull request depends on a pull request in the InnerContent repository:
umco/umbraco-inner-content#12
Running package migrations requires app-startup code to check the current and target version numbers, and then run any migration scripts.

Instead of duplicating this code in any packages that are derived from InnerContent, we can offer support with helper methods.
@leekelleher
Copy link
Contributor Author

Closing this PR, the resolution has been superseded by PR #15

@leekelleher leekelleher closed this Mar 1, 2018
@leekelleher leekelleher deleted the feature/migration-helper branch March 1, 2018 18:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant