Conversation
Member
Ease the naming and avoid ambiguity by using standard sql terms
|
f7638be to
c11cae7
Compare
c11cae7 to
adb01b2
Compare
adb01b2 to
3342cbe
Compare
3342cbe to
8682db1
Compare
5 tasks
Member
|
@AndyScherzinger this does not close #45943. It's the first of five changes |
ChristophWurst
requested changes
Jul 19, 2024
Member
ChristophWurst
left a comment
There was a problem hiding this comment.
- All new classes, their methods and properties require
@since 30.0.0 - All new classes require unit test coverage
d54eca5 to
9538865
Compare
5 tasks
9538865 to
caffae9
Compare
Member
Author
|
psalm error not related: #46846 |
Member
Author
|
when using an install made from repository (with apps/testing/ available): generate metadata from current install:
enable testing app:
delete migration from db:
preview future migrations:
|
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
55a5d8e to
a9e1dc6
Compare
Merged
sorbaugh
approved these changes
Jul 30, 2024
Member
Author
|
/backport to stable29 |
4 tasks
4 tasks
8 tasks
|
@ArtificialOwl please eventually document how to use this command in a portal article, perhaps at the top of https://portal.nextcloud.com/article/Frequently-Asked-Questions/How-to-prepare-for-upgrades#content-database-migrations-between-major-versions |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


tasks
new occ commands
./occ migrations:generate-metadatato create a JSON file./occ migrations:preview <version>to display migration that will be executed if an upgrade to version is initiateddetails
When adding some attributes to a migration:
will display some details when running the preview occ command:
steps to execute implemented new commands:
when using an install made from repository (with apps/testing/ available):
generate metadata from current install:
enable testing app:
delete migration from db:
preview future migrations:
result:

Checklist