-
-
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
Set oc_share_external.name column length to 4000 to remove arbitrary … #31827
Conversation
…limitation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
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.
increase the version number of files_sharing?
@come-nc Was the 3rdparty bump intended? |
nope |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
0a6ae20
to
c020b01
Compare
/** @var ISchemaWrapper $schema */ | ||
$schema = $schemaClosure(); | ||
|
||
$table = $schema->getTable('share_external'); |
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.
wondering whether this table could be missing (defensive thinking), but seems quite quite unlikely.
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.
If it is missing something is off and we do want the migration to fail.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Failures unrelated |
@PVince81 Should we backport this? |
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.
👍
this would likely make minor upgrade slower for not much benefit, so perhaps no |
…limitation
Signed-off-by: Côme Chilliet come.chilliet@nextcloud.com