-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
Add migration for oc_share_external columns #24829
Conversation
yeah, so I had this locally as well and double checked everything, class name, file name, etc.
|
7ee3529
to
8505d7b
Compare
|
Add column "parent" if missing. Drop column "lastscan" if exists. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
8505d7b
to
07bf663
Compare
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. |
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 log
acceptance-users
Show full log
|
Unrelated fails (added here #22305 (comment))
the failing acceptance test also seems unrelated:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐘
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works 👍
/backport stable20 |
/backport to stable20 |
Partial fix for #24813