We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At least the following were misplaced:
$ git diff 0.4.2..HEAD -- src/main/resources/liquibase/version/0.4.2.xml diff --git a/src/main/resources/liquibase/version/0.4.2.xml b/src/main/resources/liquibase/version/0.4.2.xml index cf1cc60c..dbf5df9c 100644 --- a/src/main/resources/liquibase/version/0.4.2.xml +++ b/src/main/resources/liquibase/version/0.4.2.xml @@ -7,5 +7,7 @@ <include file="0.4.2/2019-11-17--drop_unique_series_from_collection.xml" relativeToChangelogFile="true" /> <include file="0.4.2/2019-11-27--add_collections_series_id.xml" relativeToChangelogFile="true" /> + <include file="0.4.2/2020-02-11--downloading_failed_import_requests.xml" relativeToChangelogFile="true" /> + <include file="0.4.2/2020-02-12--empty_price_import_request.xml" relativeToChangelogFile="true" /> </databaseChangeLog>
The text was updated successfully, but these errors were encountered:
refactor(2020-02-12--empty_price_import_request.xml): split a migrati…
250f917
…on with test data into separate tables. Part of #1265 Related to #1257
refactor(2020-02-11--downloading_failed_import_requests.xml): split a…
70fd4bb
… migration with test data into separate tables. Part of #1265 Related to #1257
Done.
Sorry, something went wrong.
php-coder
No branches or pull requests
At least the following were misplaced:
The text was updated successfully, but these errors were encountered: