Uh oh!
There was an error while loading. Please reload this page.
Migration Attributes - #46476
Conversation
Uh oh!
There was an error while loading. Please reload this page.
ChristophWurst
commented
Jul 15, 2024
Ease the naming and avoid ambiguity by using standard sql terms
|
f7638be to
c11cae7CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
c11cae7 to
adb01b2CompareUh oh!
There was an error while loading. Please reload this page.
adb01b2 to
3342cbeCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
3342cbe to
8682db1CompareChristophWurst
commented
Jul 19, 2024
@AndyScherzinger this does not close #45943. It's the first of five changes |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
d54eca5 to
9538865Compare9538865 to
caffae9CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ArtificialOwl
commented
Jul 29, 2024
psalm error not related: #46846 |
ArtificialOwl
commented
Jul 29, 2024
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
a9e1dc6CompareArtificialOwl
commented
Jul 30, 2024
/backport to stable29 |
DaphneMuller
commented
Jan 15, 2025
@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 |


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