-
Notifications
You must be signed in to change notification settings - Fork 2.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
Bigint update case #28590
Bigint update case #28590
Conversation
A new bunch of surprises. |
1fe80dd
to
15bea4e
Compare
\OC::$server->getConfig(), | ||
\OC::$server->getDatabaseConnection()->getDatabasePlatform() | ||
); | ||
$schemaReader->loadSchemaFromFile(__DIR__ . '/../database.xml', $schema); |
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.
just port the table to a migration ?
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.
@PVince81 done
baa91a3
to
42cc0ea
Compare
42cc0ea
to
fb132dc
Compare
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.
👍 looks good
@VicDeo did you test installing, upgrading this time ?
Diffed the schema dumps to confirm that they are the same when using migrations ?
@PVince81 with Mysql only so far |
Comparing 10.0.2 with this branch:
|
@VicDeo better use "mysqldump" instead as it contains more details and also contains the indices. |
|
Tests are passed. Merging. |
Stable10: #28581 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
It appeared that old-fashioned MDB2 schema ignores changing length and doesn't migrate it to bigint.
Due to issue with migrations on postgres minor supported version for apps was increased
Related Issue
#26901
How Has This Been Tested?
Manual update from 10.0.2
Types of changes
Checklist: