Add migration for oc_share_external columns#24829
Merged
juliusknorr merged 2 commits intomasterfrom Jan 5, 2021
Merged
Conversation
Member
Author
|
yeah, so I had this locally as well and double checked everything, class name, file name, etc. |
7ee3529 to
8505d7b
Compare
Member
Author
|
Add column "parent" if missing. Drop column "lastscan" if exists. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
8505d7b to
07bf663
Compare
Member
Author
|
I decided to discard the change about the assignable column for now. Solving it will need more gymnastics as it will need to adjust the index (possibly in the occ command) and only then we can drop the column. |
1 task
Member
Author
|
ouch, I redid a diff and:
|
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
4b57c47 to
6c0de14
Compare
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 687: failuremysql5.6-php7.3Show full logacceptance-users
Show full log |
Member
Author
|
Unrelated fails (added here #22305 (comment)) the failing acceptance test also seems unrelated: |
Member
|
/backport stable20 |
Member
|
/backport to stable20 |
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.
Partial fix for #24813